Html Css Color HEX #385A1A Clover

📋 copy color: '#385A1A'

red 56 ◦ green 90 ◦ blue 26

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

Shades of Clover #385A1A

Tints of Clover #385A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.33%

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

R = 32.56%
G = 52.33%
B = 15.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#385A1A (or 0x385A1A) is known color: Clover. HEX triplet: 38, 5A and 1A. RGB value is (56,90,26). Sum of RGB (Red+Green+Blue) = 56+90+26=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #385A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A1A is #C7A5E5. Grayscale: #484848. Windows color (decimal): -13084134 or 1727032. OLE color: 1727032.

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

Color convert

RGB 56 90 26 -
CMYK 0.38 0 0.71 0.65
HSL 91.88º 0.55% 0.23% -
HSV(B) 91.88º 0.71% 0.35% -
XYZ 5.47 8.23 2.28 -
YUV 72.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 56 90 26 0.38 0 0.71 0.65 91.88 0.55 0.23
Hex 38 5A 1A 26 0 47 41 5C 37 17
Octal 70 132 32 46 0 107 101 134 67 27
Binary 111000 1011010 11010 100110 0 1000111 1000001 1011100 110111 10111

Color Harmonies of #385A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A1A

Black with #385A1A

Text Example


Text Example

White with #385A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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