Html Css Color HEX #385532 Green House

📋 copy color: '#385532'

red 56 ◦ green 85 ◦ blue 50

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

Shades of Green House #385532

Tints of Green House #385532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 29.32%
G = 44.5%
B = 26.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#385532 (or 0x385532) is known color: Green House. HEX triplet: 38, 55 and 32. RGB value is (56,85,50). Sum of RGB (Red+Green+Blue) = 56+85+50=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #385532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385532 is #C7AACD. Grayscale: #484848. Windows color (decimal): -13085390 or 3298616. OLE color: 3298616.

HSL color Cylindrical-coordinate representation of color #385532: hue angle of 109.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385532 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 50 -
CMYK 0.34 0 0.41 0.67
HSL 109.71º 0.26% 0.26% -
HSV(B) 109.71º 0.41% 0.33% -
XYZ 5.46 7.57 4.19 -
YUV 72.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 56 85 50 0.34 0 0.41 0.67 109.71 0.26 0.26
Hex 38 55 32 22 0 29 43 6E 1A 1A
Octal 70 125 62 42 0 51 103 156 32 32
Binary 111000 1010101 110010 100010 0 101001 1000011 1101110 11010 11010

Color Harmonies of #385532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385532

Black with #385532

Text Example


Text Example

White with #385532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385532; }

 p { color: rgb(56,85,50); }

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

background-color css

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

 a { background-color: rgb(56,85,50); }

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

border-color css

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

 span { border-color: rgb(56,85,50); }

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