Html Css Color HEX #368364 Viridian

📋 copy color: '#368364'

red 54 ◦ green 131 ◦ blue 100

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

Shades of Viridian #368364

Tints of Viridian #368364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 18.95%
G = 45.96%
B = 35.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#368364 (or 0x368364) is known color: Viridian. HEX triplet: 36, 83 and 64. RGB value is (54,131,100). Sum of RGB (Red+Green+Blue) = 54+131+100=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #368364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368364 is #C97C9B. Grayscale: #686868. Windows color (decimal): -13204636 or 6587190. OLE color: 6587190.

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

Color convert

RGB 54 131 100 -
CMYK 0.59 0 0.24 0.49
HSL 155.84º 0.42% 0.36% -
HSV(B) 155.84º 0.59% 0.51% -
XYZ 11.94 17.94 14.89 -
YUV 104.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 54 131 100 0.59 0 0.24 0.49 155.84 0.42 0.36
Hex 36 83 64 3B 0 18 31 9C 2A 24
Octal 66 203 144 73 0 30 61 234 52 44
Binary 110110 10000011 1100100 111011 0 11000 110001 10011100 101010 100100

Color Harmonies of #368364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368364

Black with #368364

Text Example


Text Example

White with #368364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368364; }

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

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

background-color css

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

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

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

border-color css

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

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

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