Html Css Color HEX #385C19 Clover

📋 copy color: '#385C19'

red 56 ◦ green 92 ◦ blue 25

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

Shades of Clover #385C19

Tints of Clover #385C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.18%

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

R = 32.37%
G = 53.18%
B = 14.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#385C19 (or 0x385C19) is known color: Clover. HEX triplet: 38, 5C and 19. RGB value is (56,92,25). Sum of RGB (Red+Green+Blue) = 56+92+25=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #385C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385C19 is #C7A3E6. Grayscale: #494949. Windows color (decimal): -13083623 or 1662008. OLE color: 1662008.

HSL color Cylindrical-coordinate representation of color #385C19: hue angle of 92.24º 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 #385C19 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 25 -
CMYK 0.39 0 0.73 0.64
HSL 92.24º 0.57% 0.23% -
HSV(B) 92.24º 0.73% 0.36% -
XYZ 5.63 8.57 2.28 -
YUV 73.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 56 92 25 0.39 0 0.73 0.64 92.24 0.57 0.23
Hex 38 5C 19 27 0 49 40 5C 39 17
Octal 70 134 31 47 0 111 100 134 71 27
Binary 111000 1011100 11001 100111 0 1001001 1000000 1011100 111001 10111

Color Harmonies of #385C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C19

Black with #385C19

Text Example


Text Example

White with #385C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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