Html Css Color HEX #385932 Green House

📋 copy color: '#385932'

red 56 ◦ green 89 ◦ blue 50

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

Shades of Green House #385932

Tints of Green House #385932

RGB

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

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

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

R = 28.72%
G = 45.64%
B = 25.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#385932 (or 0x385932) is known color: Green House. HEX triplet: 38, 59 and 32. RGB value is (56,89,50). Sum of RGB (Red+Green+Blue) = 56+89+50=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #385932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385932 is #C7A6CD. Grayscale: #4A4A4A. Windows color (decimal): -13084366 or 3299640. OLE color: 3299640.

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

Color convert

RGB 56 89 50 -
CMYK 0.37 0 0.44 0.65
HSL 110.77º 0.28% 0.27% -
HSV(B) 110.77º 0.44% 0.35% -
XYZ 5.78 8.22 4.3 -
YUV 74.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 56 89 50 0.37 0 0.44 0.65 110.77 0.28 0.27
Hex 38 59 32 25 0 2C 41 6F 1C 1B
Octal 70 131 62 45 0 54 101 157 34 33
Binary 111000 1011001 110010 100101 0 101100 1000001 1101111 11100 11011

Color Harmonies of #385932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385932

Black with #385932

Text Example


Text Example

White with #385932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385932; }

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

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

background-color css

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

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

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

border-color css

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

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

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