Html Css Color HEX #385535 Green House

📋 copy color: '#385535'

red 56 ◦ green 85 ◦ blue 53

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

Shades of Green House #385535

Tints of Green House #385535

RGB

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

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

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

R = 28.87%
G = 43.81%
B = 27.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#385535 (or 0x385535) is known color: Green House. HEX triplet: 38, 55 and 35. RGB value is (56,85,53). Sum of RGB (Red+Green+Blue) = 56+85+53=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #385535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385535 is #C7AACA. Grayscale: #484848. Windows color (decimal): -13085387 or 3495224. OLE color: 3495224.

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

Color convert

RGB 56 85 53 -
CMYK 0.34 0 0.38 0.67
HSL 114.38º 0.23% 0.27% -
HSV(B) 114.38º 0.38% 0.33% -
XYZ 5.52 7.59 4.54 -
YUV 72.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 56 85 53 0.34 0 0.38 0.67 114.38 0.23 0.27
Hex 38 55 35 22 0 26 43 72 17 1B
Octal 70 125 65 42 0 46 103 162 27 33
Binary 111000 1010101 110101 100010 0 100110 1000011 1110010 10111 11011

Color Harmonies of #385535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385535

Black with #385535

Text Example


Text Example

White with #385535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385535; }

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

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

background-color css

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

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

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

border-color css

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

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

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