Html Css Color HEX #386529 Green House

📋 copy color: '#386529'

red 56 ◦ green 101 ◦ blue 41

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

Shades of Green House #386529

Tints of Green House #386529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.01%

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

R = 28.28%
G = 51.01%
B = 20.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#386529 (or 0x386529) is known color: Green House. HEX triplet: 38, 65 and 29. RGB value is (56,101,41). Sum of RGB (Red+Green+Blue) = 56+101+41=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #386529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386529 is #C79AD6. Grayscale: #505050. Windows color (decimal): -13081303 or 2712888. OLE color: 2712888.

HSL color Cylindrical-coordinate representation of color #386529: hue angle of 105º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386529 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 41 -
CMYK 0.45 0 0.59 0.60
HSL 105º 0.42% 0.28% -
HSV(B) 105º 0.59% 0.4% -
XYZ 6.68 10.31 3.74 -
YUV 80.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 56 101 41 0.45 0 0.59 0.60 105 0.42 0.28
Hex 38 65 29 2D 0 3B 3C 69 2A 1C
Octal 70 145 51 55 0 73 74 151 52 34
Binary 111000 1100101 101001 101101 0 111011 111100 1101001 101010 11100

Color Harmonies of #386529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386529

Black with #386529

Text Example


Text Example

White with #386529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386529; }

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

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

background-color css

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

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

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

border-color css

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

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

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