Html Css Color HEX #385935 Green House

📋 copy color: '#385935'

red 56 ◦ green 89 ◦ blue 53

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

Shades of Green House #385935

Tints of Green House #385935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.77%

R = 28.28%
G = 44.95%
B = 26.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#385935 (or 0x385935) is known color: Green House. HEX triplet: 38, 59 and 35. RGB value is (56,89,53). Sum of RGB (Red+Green+Blue) = 56+89+53=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #385935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385935 is #C7A6CA. Grayscale: #4B4B4B. Windows color (decimal): -13084363 or 3496248. OLE color: 3496248.

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

Color convert

RGB 56 89 53 -
CMYK 0.37 0 0.40 0.65
HSL 115º 0.25% 0.28% -
HSV(B) 115º 0.4% 0.35% -
XYZ 5.85 8.24 4.65 -
YUV 75.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 56 89 53 0.37 0 0.40 0.65 115 0.25 0.28
Hex 38 59 35 25 0 28 41 73 19 1C
Octal 70 131 65 45 0 50 101 163 31 34
Binary 111000 1011001 110101 100101 0 101000 1000001 1110011 11001 11100

Color Harmonies of #385935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385935

Black with #385935

Text Example


Text Example

White with #385935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385935; }

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

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

background-color css

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

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

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

border-color css

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

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

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