Html Css Color HEX #385735 Green House

📋 copy color: '#385735'

red 56 ◦ green 87 ◦ blue 53

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

Shades of Green House #385735

Tints of Green House #385735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.39%

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

R = 28.57%
G = 44.39%
B = 27.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#385735 (or 0x385735) is known color: Green House. HEX triplet: 38, 57 and 35. RGB value is (56,87,53). Sum of RGB (Red+Green+Blue) = 56+87+53=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #385735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385735 is #C7A8CA. Grayscale: #494949. Windows color (decimal): -13084875 or 3495736. OLE color: 3495736.

HSL color Cylindrical-coordinate representation of color #385735: hue angle of 114.71º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385735 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 87 53 -
CMYK 0.36 0 0.39 0.66
HSL 114.71º 0.24% 0.27% -
HSV(B) 114.71º 0.39% 0.34% -
XYZ 5.68 7.91 4.6 -
YUV 73.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 56 87 53 0.36 0 0.39 0.66 114.71 0.24 0.27
Hex 38 57 35 24 0 27 42 73 18 1B
Octal 70 127 65 44 0 47 102 163 30 33
Binary 111000 1010111 110101 100100 0 100111 1000010 1110011 11000 11011

Color Harmonies of #385735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385735

Black with #385735

Text Example


Text Example

White with #385735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385735; }

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

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

background-color css

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

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

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

border-color css

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

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

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