Html Css Color HEX #385929 Green House

📋 copy color: '#385929'

red 56 ◦ green 89 ◦ blue 41

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

Shades of Green House #385929

Tints of Green House #385929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

 BLUE value IS 41 (16.41% from 255) = 22.04%

R = 30.11%
G = 47.85%
B = 22.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#385929 (or 0x385929) is known color: Green House. HEX triplet: 38, 59 and 29. RGB value is (56,89,41). Sum of RGB (Red+Green+Blue) = 56+89+41=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #385929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385929 is #C7A6D6. Grayscale: #494949. Windows color (decimal): -13084375 or 2709816. OLE color: 2709816.

HSL color Cylindrical-coordinate representation of color #385929: hue angle of 101.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #385929 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 41 -
CMYK 0.37 0 0.54 0.65
HSL 101.25º 0.37% 0.25% -
HSV(B) 101.25º 0.54% 0.35% -
XYZ 5.6 8.15 3.37 -
YUV 73.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 56 89 41 0.37 0 0.54 0.65 101.25 0.37 0.25
Hex 38 59 29 25 0 36 41 65 25 19
Octal 70 131 51 45 0 66 101 145 45 31
Binary 111000 1011001 101001 100101 0 110110 1000001 1100101 100101 11001

Color Harmonies of #385929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385929

Black with #385929

Text Example


Text Example

White with #385929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385929; }

 p { color: rgb(56,89,41); }

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

background-color css

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

 a { background-color: rgb(56,89,41); }

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

border-color css

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

 span { border-color: rgb(56,89,41); }

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