Html Css Color HEX #368773 Viridian

📋 copy color: '#368773'

red 54 ◦ green 135 ◦ blue 115

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

Shades of Viridian #368773

Tints of Viridian #368773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

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

R = 17.76%
G = 44.41%
B = 37.83%

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

#368773 (or 0x368773) is known color: Viridian. HEX triplet: 36, 87 and 73. RGB value is (54,135,115). Sum of RGB (Red+Green+Blue) = 54+135+115=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #368773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368773 is #C9788C. Grayscale: #6C6C6C. Windows color (decimal): -13203597 or 7571254. OLE color: 7571254.

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

Color convert

RGB 54 135 115 -
CMYK 0.60 0 0.15 0.47
HSL 165.19º 0.43% 0.37% -
HSV(B) 165.19º 0.6% 0.53% -
XYZ 13.28 19.35 19.25 -
YUV 108.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 54 135 115 0.60 0 0.15 0.47 165.19 0.43 0.37
Hex 36 87 73 3C 0 F 2F A5 2B 25
Octal 66 207 163 74 0 17 57 245 53 45
Binary 110110 10000111 1110011 111100 0 1111 101111 10100101 101011 100101

Color Harmonies of #368773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368773

Black with #368773

Text Example


Text Example

White with #368773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368773; }

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

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

background-color css

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

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

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

border-color css

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

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

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