Html Css Color HEX #3B8868 Viridian

📋 copy color: '#3B8868'

red 59 ◦ green 136 ◦ blue 104

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

Shades of Viridian #3B8868

Tints of Viridian #3B8868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 19.73%
G = 45.48%
B = 34.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#3B8868 (or 0x3B8868) is known color: Viridian. HEX triplet: 3B, 88 and 68. RGB value is (59,136,104). Sum of RGB (Red+Green+Blue) = 59+136+104=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8868 is #C47797. Grayscale: #6D6D6D. Windows color (decimal): -12875672 or 6850619. OLE color: 6850619.

HSL color Cylindrical-coordinate representation of color #3B8868: hue angle of 155.06º 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 #3B8868 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 136 104 -
CMYK 0.57 0 0.24 0.47
HSL 155.06º 0.39% 0.38% -
HSV(B) 155.06º 0.57% 0.53% -
XYZ 13.11 19.54 16.18 -
YUV 109.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 59 136 104 0.57 0 0.24 0.47 155.06 0.39 0.38
Hex 3B 88 68 39 0 18 2F 9B 27 26
Octal 73 210 150 71 0 30 57 233 47 46
Binary 111011 10001000 1101000 111001 0 11000 101111 10011011 100111 100110

Color Harmonies of #3B8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8868

Black with #3B8868

Text Example


Text Example

White with #3B8868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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