Html Css Color HEX #385916 Clover

📋 copy color: '#385916'

red 56 ◦ green 89 ◦ blue 22

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

Shades of Clover #385916

Tints of Clover #385916

RGB

 RED value IS 56 (22.27% from 255) = 33.53%

 GREEN value IS 89 (35.16% from 255) = 53.29%

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 33.53%
G = 53.29%
B = 13.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#385916 (or 0x385916) is known color: Clover. HEX triplet: 38, 59 and 16. RGB value is (56,89,22). Sum of RGB (Red+Green+Blue) = 56+89+22=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #385916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385916 is #C7A6E9. Grayscale: #474747. Windows color (decimal): -13084394 or 1464632. OLE color: 1464632.

HSL color Cylindrical-coordinate representation of color #385916: hue angle of 89.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385916 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 22 -
CMYK 0.37 0 0.75 0.65
HSL 89.55º 0.6% 0.22% -
HSV(B) 89.55º 0.75% 0.35% -
XYZ 5.35 8.04 2.03 -
YUV 71.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 56 89 22 0.37 0 0.75 0.65 89.55 0.6 0.22
Hex 38 59 16 25 0 4B 41 5A 3C 16
Octal 70 131 26 45 0 113 101 132 74 26
Binary 111000 1011001 10110 100101 0 1001011 1000001 1011010 111100 10110

Color Harmonies of #385916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385916

Black with #385916

Text Example


Text Example

White with #385916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385916; }

 p { color: rgb(56,89,22); }

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

background-color css

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

 a { background-color: rgb(56,89,22); }

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

border-color css

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

 span { border-color: rgb(56,89,22); }

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