Html Css Color HEX #385B19 Clover

📋 copy color: '#385B19'

red 56 ◦ green 91 ◦ blue 25

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

Shades of Clover #385B19

Tints of Clover #385B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 32.56%
G = 52.91%
B = 14.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#385B19 (or 0x385B19) is known color: Clover. HEX triplet: 38, 5B and 19. RGB value is (56,91,25). Sum of RGB (Red+Green+Blue) = 56+91+25=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #385B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B19 is #C7A4E6. Grayscale: #494949. Windows color (decimal): -13083879 or 1661752. OLE color: 1661752.

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

Color convert

RGB 56 91 25 -
CMYK 0.38 0 0.73 0.64
HSL 91.82º 0.57% 0.23% -
HSV(B) 91.82º 0.73% 0.36% -
XYZ 5.55 8.39 2.25 -
YUV 73.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 56 91 25 0.38 0 0.73 0.64 91.82 0.57 0.23
Hex 38 5B 19 26 0 49 40 5C 39 17
Octal 70 133 31 46 0 111 100 134 71 27
Binary 111000 1011011 11001 100110 0 1001001 1000000 1011100 111001 10111

Color Harmonies of #385B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B19

Black with #385B19

Text Example


Text Example

White with #385B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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