Html Css Color HEX #368871 Viridian

📋 copy color: '#368871'

red 54 ◦ green 136 ◦ blue 113

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

Shades of Viridian #368871

Tints of Viridian #368871

RGB

 RED value IS 54 (21.48% from 255) = 17.82%

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

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 17.82%
G = 44.88%
B = 37.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#368871 (or 0x368871) is known color: Viridian. HEX triplet: 36, 88 and 71. RGB value is (54,136,113). Sum of RGB (Red+Green+Blue) = 54+136+113=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #368871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368871 is #C9778E. Grayscale: #6C6C6C. Windows color (decimal): -13203343 or 7440438. OLE color: 7440438.

HSL color Cylindrical-coordinate representation of color #368871: hue angle of 163.17º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368871 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 113 -
CMYK 0.60 0 0.17 0.47
HSL 163.17º 0.43% 0.37% -
HSV(B) 163.17º 0.6% 0.53% -
XYZ 13.31 19.58 18.7 -
YUV 108.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 54 136 113 0.60 0 0.17 0.47 163.17 0.43 0.37
Hex 36 88 71 3C 0 11 2F A3 2B 25
Octal 66 210 161 74 0 21 57 243 53 45
Binary 110110 10001000 1110001 111100 0 10001 101111 10100011 101011 100101

Color Harmonies of #368871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368871

Black with #368871

Text Example


Text Example

White with #368871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368871; }

 p { color: rgb(54,136,113); }

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

background-color css

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

 a { background-color: rgb(54,136,113); }

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

border-color css

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

 span { border-color: rgb(54,136,113); }

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