Html Css Color HEX #368564 Viridian

📋 copy color: '#368564'

red 54 ◦ green 133 ◦ blue 100

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

Shades of Viridian #368564

Tints of Viridian #368564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 18.82%
G = 46.34%
B = 34.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#368564 (or 0x368564) is known color: Viridian. HEX triplet: 36, 85 and 64. RGB value is (54,133,100). Sum of RGB (Red+Green+Blue) = 54+133+100=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #368564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368564 is #C97A9B. Grayscale: #696969. Windows color (decimal): -13204124 or 6587702. OLE color: 6587702.

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

Color convert

RGB 54 133 100 -
CMYK 0.59 0 0.25 0.48
HSL 154.94º 0.42% 0.37% -
HSV(B) 154.94º 0.59% 0.52% -
XYZ 12.21 18.48 14.98 -
YUV 105.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 54 133 100 0.59 0 0.25 0.48 154.94 0.42 0.37
Hex 36 85 64 3B 0 19 30 9B 2A 25
Octal 66 205 144 73 0 31 60 233 52 45
Binary 110110 10000101 1100100 111011 0 11001 110000 10011011 101010 100101

Color Harmonies of #368564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368564

Black with #368564

Text Example


Text Example

White with #368564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368564; }

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

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

background-color css

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

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

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

border-color css

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

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

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