Html Css Color HEX #385B1A Clover

📋 copy color: '#385B1A'

red 56 ◦ green 91 ◦ blue 26

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

Shades of Clover #385B1A

Tints of Clover #385B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 32.37%
G = 52.6%
B = 15.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#385B1A (or 0x385B1A) is known color: Clover. HEX triplet: 38, 5B and 1A. RGB value is (56,91,26). Sum of RGB (Red+Green+Blue) = 56+91+26=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #385B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B1A is #C7A4E5. Grayscale: #494949. Windows color (decimal): -13083878 or 1727288. OLE color: 1727288.

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

Color convert

RGB 56 91 26 -
CMYK 0.38 0 0.71 0.64
HSL 92.31º 0.56% 0.23% -
HSV(B) 92.31º 0.71% 0.36% -
XYZ 5.56 8.4 2.31 -
YUV 73.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 56 91 26 0.38 0 0.71 0.64 92.31 0.56 0.23
Hex 38 5B 1A 26 0 47 40 5C 38 17
Octal 70 133 32 46 0 107 100 134 70 27
Binary 111000 1011011 11010 100110 0 1000111 1000000 1011100 111000 10111

Color Harmonies of #385B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B1A

Black with #385B1A

Text Example


Text Example

White with #385B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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