Html Css Color HEX #385335 Green House

📋 copy color: '#385335'

red 56 ◦ green 83 ◦ blue 53

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

Shades of Green House #385335

Tints of Green House #385335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 29.17%
G = 43.23%
B = 27.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#385335 (or 0x385335) is known color: Green House. HEX triplet: 38, 53 and 35. RGB value is (56,83,53). Sum of RGB (Red+Green+Blue) = 56+83+53=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #385335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385335 is #C7ACCA. Grayscale: #474747. Windows color (decimal): -13085899 or 3494712. OLE color: 3494712.

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

Color convert

RGB 56 83 53 -
CMYK 0.33 0 0.36 0.67
HSL 114º 0.22% 0.27% -
HSV(B) 114º 0.36% 0.33% -
XYZ 5.37 7.28 4.49 -
YUV 71.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 56 83 53 0.33 0 0.36 0.67 114 0.22 0.27
Hex 38 53 35 21 0 24 43 72 16 1B
Octal 70 123 65 41 0 44 103 162 26 33
Binary 111000 1010011 110101 100001 0 100100 1000011 1110010 10110 11011

Color Harmonies of #385335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385335

Black with #385335

Text Example


Text Example

White with #385335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385335; }

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

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

background-color css

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

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

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

border-color css

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

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

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