Html Css Color HEX #365D14 Clover

📋 copy color: '#365D14'

red 54 ◦ green 93 ◦ blue 20

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

Shades of Clover #365D14

Tints of Clover #365D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.69%

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 32.34%
G = 55.69%
B = 11.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#365D14 (or 0x365D14) is known color: Clover. HEX triplet: 36, 5D and 14. RGB value is (54,93,20). Sum of RGB (Red+Green+Blue) = 54+93+20=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #365D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365D14 is #C9A2EB. Grayscale: #494949. Windows color (decimal): -13214444 or 1334582. OLE color: 1334582.

HSL color Cylindrical-coordinate representation of color #365D14: hue angle of 92.05º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365D14 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 20 -
CMYK 0.42 0 0.78 0.64
HSL 92.05º 0.65% 0.22% -
HSV(B) 92.05º 0.78% 0.36% -
XYZ 5.56 8.66 2.04 -
YUV 73.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 54 93 20 0.42 0 0.78 0.64 92.05 0.65 0.22
Hex 36 5D 14 2A 0 4E 40 5C 41 16
Octal 66 135 24 52 0 116 100 134 101 26
Binary 110110 1011101 10100 101010 0 1001110 1000000 1011100 1000001 10110

Color Harmonies of #365D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D14

Black with #365D14

Text Example


Text Example

White with #365D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365D14; }

 p { color: rgb(54,93,20); }

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

background-color css

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

 a { background-color: rgb(54,93,20); }

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

border-color css

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

 span { border-color: rgb(54,93,20); }

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