Html Css Color HEX #385E29 Green House

📋 copy color: '#385E29'

red 56 ◦ green 94 ◦ blue 41

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

Shades of Green House #385E29

Tints of Green House #385E29

RGB

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

 GREEN value IS 94 (37.11% from 255) = 49.21%

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 29.32%
G = 49.21%
B = 21.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#385E29 (or 0x385E29) is known color: Green House. HEX triplet: 38, 5E and 29. RGB value is (56,94,41). Sum of RGB (Red+Green+Blue) = 56+94+41=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 94 - color contains mainly: green. Hex color #385E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E29 is #C7A1D6. Grayscale: #4C4C4C. Windows color (decimal): -13083095 or 2711096. OLE color: 2711096.

HSL color Cylindrical-coordinate representation of color #385E29: hue angle of 103.02º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385E29 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 94 41 -
CMYK 0.40 0 0.56 0.63
HSL 103.02º 0.39% 0.26% -
HSV(B) 103.02º 0.56% 0.37% -
XYZ 6.03 9.01 3.52 -
YUV 76.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 56 94 41 0.40 0 0.56 0.63 103.02 0.39 0.26
Hex 38 5E 29 28 0 38 3F 67 27 1A
Octal 70 136 51 50 0 70 77 147 47 32
Binary 111000 1011110 101001 101000 0 111000 111111 1100111 100111 11010

Color Harmonies of #385E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E29

Black with #385E29

Text Example


Text Example

White with #385E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385E29; }

 p { color: rgb(56,94,41); }

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

background-color css

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

 a { background-color: rgb(56,94,41); }

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

border-color css

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

 span { border-color: rgb(56,94,41); }

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