Html Css Color HEX #368468 Viridian

📋 copy color: '#368468'

red 54 ◦ green 132 ◦ blue 104

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

Shades of Viridian #368468

Tints of Viridian #368468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 18.62%
G = 45.52%
B = 35.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#368468 (or 0x368468) is known color: Viridian. HEX triplet: 36, 84 and 68. RGB value is (54,132,104). Sum of RGB (Red+Green+Blue) = 54+132+104=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #368468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368468 is #C97B97. Grayscale: #696969. Windows color (decimal): -13204376 or 6849590. OLE color: 6849590.

HSL color Cylindrical-coordinate representation of color #368468: hue angle of 158.46º 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 #368468 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 104 -
CMYK 0.59 0 0.21 0.48
HSL 158.46º 0.42% 0.36% -
HSV(B) 158.46º 0.59% 0.52% -
XYZ 12.27 18.29 15.98 -
YUV 105.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 54 132 104 0.59 0 0.21 0.48 158.46 0.42 0.36
Hex 36 84 68 3B 0 15 30 9E 2A 24
Octal 66 204 150 73 0 25 60 236 52 44
Binary 110110 10000100 1101000 111011 0 10101 110000 10011110 101010 100100

Color Harmonies of #368468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368468

Black with #368468

Text Example


Text Example

White with #368468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368468; }

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

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

background-color css

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

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

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

border-color css

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

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

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