Html Css Color HEX #385434 Green House

📋 copy color: '#385434'

red 56 ◦ green 84 ◦ blue 52

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

Shades of Green House #385434

Tints of Green House #385434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 29.17%
G = 43.75%
B = 27.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#385434 (or 0x385434) is known color: Green House. HEX triplet: 38, 54 and 34. RGB value is (56,84,52). Sum of RGB (Red+Green+Blue) = 56+84+52=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #385434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385434 is #C7ABCB. Grayscale: #484848. Windows color (decimal): -13085644 or 3429432. OLE color: 3429432.

HSL color Cylindrical-coordinate representation of color #385434: hue angle of 112.5º degrees, saturation: 0.24, 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 #385434 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 52 -
CMYK 0.33 0 0.38 0.67
HSL 112.5º 0.24% 0.27% -
HSV(B) 112.5º 0.38% 0.33% -
XYZ 5.42 7.43 4.4 -
YUV 71.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 56 84 52 0.33 0 0.38 0.67 112.5 0.24 0.27
Hex 38 54 34 21 0 26 43 70 18 1B
Octal 70 124 64 41 0 46 103 160 30 33
Binary 111000 1010100 110100 100001 0 100110 1000011 1110000 11000 11011

Color Harmonies of #385434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385434

Black with #385434

Text Example


Text Example

White with #385434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385434; }

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

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

background-color css

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

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

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

border-color css

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

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

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