Html Css Color HEX #3B9270 Viridian

📋 copy color: '#3B9270'

red 59 ◦ green 146 ◦ blue 112

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

Shades of Viridian #3B9270

Tints of Viridian #3B9270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

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

R = 18.61%
G = 46.06%
B = 35.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#3B9270 (or 0x3B9270) is known color: Viridian. HEX triplet: 3B, 92 and 70. RGB value is (59,146,112). Sum of RGB (Red+Green+Blue) = 59+146+112=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9270 is #C46D8F. Grayscale: #747474. Windows color (decimal): -12873104 or 7377467. OLE color: 7377467.

HSL color Cylindrical-coordinate representation of color #3B9270: hue angle of 156.55º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9270 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 146 112 -
CMYK 0.60 0 0.23 0.43
HSL 156.55º 0.42% 0.4% -
HSV(B) 156.55º 0.6% 0.57% -
XYZ 15.01 22.66 18.91 -
YUV 116.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 59 146 112 0.60 0 0.23 0.43 156.55 0.42 0.4
Hex 3B 92 70 3C 0 17 2B 9D 2A 28
Octal 73 222 160 74 0 27 53 235 52 50
Binary 111011 10010010 1110000 111100 0 10111 101011 10011101 101010 101000

Color Harmonies of #3B9270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9270

Black with #3B9270

Text Example


Text Example

White with #3B9270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,146,112); }

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

background-color css

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

 a { background-color: rgb(59,146,112); }

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

border-color css

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

 span { border-color: rgb(59,146,112); }

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