Html Css Color HEX #368873 Viridian

📋 copy color: '#368873'

red 54 ◦ green 136 ◦ blue 115

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

Shades of Viridian #368873

Tints of Viridian #368873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 17.7%
G = 44.59%
B = 37.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#368873 (or 0x368873) is known color: Viridian. HEX triplet: 36, 88 and 73. RGB value is (54,136,115). Sum of RGB (Red+Green+Blue) = 54+136+115=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #368873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368873 is #C9778C. Grayscale: #6D6D6D. Windows color (decimal): -13203341 or 7571510. OLE color: 7571510.

HSL color Cylindrical-coordinate representation of color #368873: hue angle of 164.63º 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 #368873 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 115 -
CMYK 0.60 0 0.15 0.47
HSL 164.63º 0.43% 0.37% -
HSV(B) 164.63º 0.6% 0.53% -
XYZ 13.42 19.63 19.3 -
YUV 109.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 54 136 115 0.60 0 0.15 0.47 164.63 0.43 0.37
Hex 36 88 73 3C 0 F 2F A5 2B 25
Octal 66 210 163 74 0 17 57 245 53 45
Binary 110110 10001000 1110011 111100 0 1111 101111 10100101 101011 100101

Color Harmonies of #368873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368873

Black with #368873

Text Example


Text Example

White with #368873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368873; }

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

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

background-color css

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

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

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

border-color css

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

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

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