Html Css Color HEX #3B9072 Viridian

📋 copy color: '#3B9072'

red 59 ◦ green 144 ◦ blue 114

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

Shades of Viridian #3B9072

Tints of Viridian #3B9072

RGB

 RED value IS 59 (23.44% from 255) = 18.61%

 GREEN value IS 144 (56.64% from 255) = 45.43%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 18.61%
G = 45.43%
B = 35.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#3B9072 (or 0x3B9072) is known color: Viridian. HEX triplet: 3B, 90 and 72. RGB value is (59,144,114). Sum of RGB (Red+Green+Blue) = 59+144+114=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #3B9072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9072 is #C46F8D. Grayscale: #737373. Windows color (decimal): -12873614 or 7508027. OLE color: 7508027.

HSL color Cylindrical-coordinate representation of color #3B9072: hue angle of 158.82º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B9072 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 144 114 -
CMYK 0.59 0 0.21 0.44
HSL 158.82º 0.42% 0.4% -
HSV(B) 158.82º 0.59% 0.56% -
XYZ 14.81 22.09 19.4 -
YUV 115.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 59 144 114 0.59 0 0.21 0.44 158.82 0.42 0.4
Hex 3B 90 72 3B 0 15 2C 9F 2A 28
Octal 73 220 162 73 0 25 54 237 52 50
Binary 111011 10010000 1110010 111011 0 10101 101100 10011111 101010 101000

Color Harmonies of #3B9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9072

Black with #3B9072

Text Example


Text Example

White with #3B9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B9072; }

 p { color: rgb(59,144,114); }

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

background-color css

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

 a { background-color: rgb(59,144,114); }

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

border-color css

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

 span { border-color: rgb(59,144,114); }

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