Html Css Color HEX #385A2C Green House

📋 copy color: '#385A2C'

red 56 ◦ green 90 ◦ blue 44

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

Shades of Green House #385A2C

Tints of Green House #385A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 29.47%
G = 47.37%
B = 23.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#385A2C (or 0x385A2C) is known color: Green House. HEX triplet: 38, 5A and 2C. RGB value is (56,90,44). Sum of RGB (Red+Green+Blue) = 56+90+44=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #385A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A2C is #C7A5D3. Grayscale: #4A4A4A. Windows color (decimal): -13084116 or 2906680. OLE color: 2906680.

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

Color convert

RGB 56 90 44 -
CMYK 0.38 0 0.51 0.65
HSL 104.35º 0.34% 0.26% -
HSV(B) 104.35º 0.51% 0.35% -
XYZ 5.74 8.33 3.69 -
YUV 74.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 56 90 44 0.38 0 0.51 0.65 104.35 0.34 0.26
Hex 38 5A 2C 26 0 33 41 68 22 1A
Octal 70 132 54 46 0 63 101 150 42 32
Binary 111000 1011010 101100 100110 0 110011 1000001 1101000 100010 11010

Color Harmonies of #385A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A2C

Black with #385A2C

Text Example


Text Example

White with #385A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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