Html Css Color HEX #368464 Viridian

📋 copy color: '#368464'

red 54 ◦ green 132 ◦ blue 100

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

Shades of Viridian #368464

Tints of Viridian #368464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.15%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 18.88%
G = 46.15%
B = 34.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#368464 (or 0x368464) is known color: Viridian. HEX triplet: 36, 84 and 64. RGB value is (54,132,100). Sum of RGB (Red+Green+Blue) = 54+132+100=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #368464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368464 is #C97B9B. Grayscale: #696969. Windows color (decimal): -13204380 or 6587446. OLE color: 6587446.

HSL color Cylindrical-coordinate representation of color #368464: hue angle of 155.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368464 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 100 -
CMYK 0.59 0 0.24 0.48
HSL 155.38º 0.42% 0.36% -
HSV(B) 155.38º 0.59% 0.52% -
XYZ 12.07 18.21 14.93 -
YUV 105.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 54 132 100 0.59 0 0.24 0.48 155.38 0.42 0.36
Hex 36 84 64 3B 0 18 30 9B 2A 24
Octal 66 204 144 73 0 30 60 233 52 44
Binary 110110 10000100 1100100 111011 0 11000 110000 10011011 101010 100100

Color Harmonies of #368464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368464

Black with #368464

Text Example


Text Example

White with #368464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368464; }

 p { color: rgb(54,132,100); }

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

background-color css

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

 a { background-color: rgb(54,132,100); }

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

border-color css

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

 span { border-color: rgb(54,132,100); }

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