Html Css Color HEX #338970 Viridian

📋 copy color: '#338970'

red 51 ◦ green 137 ◦ blue 112

#338970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #338970

Tints of Viridian #338970

RGB

 RED value IS 51 (20.31% from 255) = 17%

 GREEN value IS 137 (53.91% from 255) = 45.67%

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 17%
G = 45.67%
B = 37.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338970 (or 0x338970) is known color: Viridian. HEX triplet: 33, 89 and 70. RGB value is (51,137,112). Sum of RGB (Red+Green+Blue) = 51+137+112=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #338970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338970 is #CC768F. Grayscale: #6C6C6C. Windows color (decimal): -13399696 or 7375155. OLE color: 7375155.

HSL color Cylindrical-coordinate representation of color #338970: hue angle of 162.56º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338970 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 112 -
CMYK 0.63 0 0.18 0.46
HSL 162.56º 0.46% 0.37% -
HSV(B) 162.56º 0.63% 0.54% -
XYZ 13.24 19.76 18.45 -
YUV 108.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 51 137 112 0.63 0 0.18 0.46 162.56 0.46 0.37
Hex 33 89 70 3F 0 12 2E A3 2E 25
Octal 63 211 160 77 0 22 56 243 56 45
Binary 110011 10001001 1110000 111111 0 10010 101110 10100011 101110 100101

Color Harmonies of #338970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338970

Black with #338970

Text Example


Text Example

White with #338970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338970; }

 p { color: rgb(51,137,112); }

 H1.HeaderClassName
 {
   color: #338970;
 }
 .AnyTagClassName
 {
   color: #338970;
 }
</style>

background-color css

<style>
 a { background-color: #338970; }

 a { background-color: rgb(51,137,112); }

 div.DivClassName
 {
   background-color: #338970;
 }
 .BgClassName
 {
   background-color: #338970;
 }
</style>

border-color css

<style>
 span { border-color: #338970; }

 span { border-color: rgb(51,137,112); }

 td.TdClassName
 {
   border-color: #338970;
 }
 .TagClassName
 {
   border-color: #338970;
 }
</style>