Html Css Color HEX #3B8866 Viridian

📋 copy color: '#3B8866'

red 59 ◦ green 136 ◦ blue 102

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

Shades of Viridian #3B8866

Tints of Viridian #3B8866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.79%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 19.87%
G = 45.79%
B = 34.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#3B8866 (or 0x3B8866) is known color: Viridian. HEX triplet: 3B, 88 and 66. RGB value is (59,136,102). Sum of RGB (Red+Green+Blue) = 59+136+102=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8866 is #C47799. Grayscale: #6D6D6D. Windows color (decimal): -12875674 or 6719547. OLE color: 6719547.

HSL color Cylindrical-coordinate representation of color #3B8866: hue angle of 153.51º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8866 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 136 102 -
CMYK 0.57 0 0.25 0.47
HSL 153.51º 0.39% 0.38% -
HSV(B) 153.51º 0.57% 0.53% -
XYZ 13.01 19.5 15.65 -
YUV 109.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 59 136 102 0.57 0 0.25 0.47 153.51 0.39 0.38
Hex 3B 88 66 39 0 19 2F 9A 27 26
Octal 73 210 146 71 0 31 57 232 47 46
Binary 111011 10001000 1100110 111001 0 11001 101111 10011010 100111 100110

Color Harmonies of #3B8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8866

Black with #3B8866

Text Example


Text Example

White with #3B8866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,136,102); }

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

background-color css

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

 a { background-color: rgb(59,136,102); }

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

border-color css

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

 span { border-color: rgb(59,136,102); }

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