Html Css Color HEX #385B16 Clover

📋 copy color: '#385B16'

red 56 ◦ green 91 ◦ blue 22

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

Shades of Clover #385B16

Tints of Clover #385B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 53.85%

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

R = 33.14%
G = 53.85%
B = 13.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#385B16 (or 0x385B16) is known color: Clover. HEX triplet: 38, 5B and 16. RGB value is (56,91,22). Sum of RGB (Red+Green+Blue) = 56+91+22=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #385B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B16 is #C7A4E9. Grayscale: #484848. Windows color (decimal): -13083882 or 1465144. OLE color: 1465144.

HSL color Cylindrical-coordinate representation of color #385B16: hue angle of 90.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385B16 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 91 22 -
CMYK 0.38 0 0.76 0.64
HSL 90.43º 0.61% 0.22% -
HSV(B) 90.43º 0.76% 0.36% -
XYZ 5.52 8.38 2.09 -
YUV 72.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 56 91 22 0.38 0 0.76 0.64 90.43 0.61 0.22
Hex 38 5B 16 26 0 4C 40 5A 3D 16
Octal 70 133 26 46 0 114 100 132 75 26
Binary 111000 1011011 10110 100110 0 1001100 1000000 1011010 111101 10110

Color Harmonies of #385B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B16

Black with #385B16

Text Example


Text Example

White with #385B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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