Html Css Color HEX #368366 Viridian

📋 copy color: '#368366'

red 54 ◦ green 131 ◦ blue 102

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

Shades of Viridian #368366

Tints of Viridian #368366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 18.82%
G = 45.64%
B = 35.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#368366 (or 0x368366) is known color: Viridian. HEX triplet: 36, 83 and 66. RGB value is (54,131,102). Sum of RGB (Red+Green+Blue) = 54+131+102=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #368366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368366 is #C97C99. Grayscale: #686868. Windows color (decimal): -13204634 or 6718262. OLE color: 6718262.

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

Color convert

RGB 54 131 102 -
CMYK 0.59 0 0.22 0.49
HSL 157.4º 0.42% 0.36% -
HSV(B) 157.4º 0.59% 0.51% -
XYZ 12.04 17.98 15.41 -
YUV 104.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 54 131 102 0.59 0 0.22 0.49 157.4 0.42 0.36
Hex 36 83 66 3B 0 16 31 9D 2A 24
Octal 66 203 146 73 0 26 61 235 52 44
Binary 110110 10000011 1100110 111011 0 10110 110001 10011101 101010 100100

Color Harmonies of #368366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368366

Black with #368366

Text Example


Text Example

White with #368366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368366; }

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

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

background-color css

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

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

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

border-color css

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

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

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