Html Css Color HEX #385435 Green House

📋 copy color: '#385435'

red 56 ◦ green 84 ◦ blue 53

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

Shades of Green House #385435

Tints of Green House #385435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.52%

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

R = 29.02%
G = 43.52%
B = 27.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#385435 (or 0x385435) is known color: Green House. HEX triplet: 38, 54 and 35. RGB value is (56,84,53). Sum of RGB (Red+Green+Blue) = 56+84+53=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #385435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385435 is #C7ABCA. Grayscale: #484848. Windows color (decimal): -13085643 or 3494968. OLE color: 3494968.

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

Color convert

RGB 56 84 53 -
CMYK 0.33 0 0.37 0.67
HSL 114.19º 0.23% 0.27% -
HSV(B) 114.19º 0.37% 0.33% -
XYZ 5.44 7.44 4.52 -
YUV 72.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 56 84 53 0.33 0 0.37 0.67 114.19 0.23 0.27
Hex 38 54 35 21 0 25 43 72 17 1B
Octal 70 124 65 41 0 45 103 162 27 33
Binary 111000 1010100 110101 100001 0 100101 1000011 1110010 10111 11011

Color Harmonies of #385435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385435

Black with #385435

Text Example


Text Example

White with #385435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385435; }

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

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

background-color css

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

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

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

border-color css

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

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

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