Html Css Color HEX #386824 Green House

📋 copy color: '#386824'

red 56 ◦ green 104 ◦ blue 36

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

Shades of Green House #386824

Tints of Green House #386824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.06%

 BLUE value IS 36 (14.45% from 255) = 18.37%

R = 28.57%
G = 53.06%
B = 18.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#386824 (or 0x386824) is known color: Green House. HEX triplet: 38, 68 and 24. RGB value is (56,104,36). Sum of RGB (Red+Green+Blue) = 56+104+36=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #386824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386824 is #C797DB. Grayscale: #525252. Windows color (decimal): -13080540 or 2385976. OLE color: 2385976.

HSL color Cylindrical-coordinate representation of color #386824: hue angle of 102.35º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386824 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 36 -
CMYK 0.46 0 0.65 0.59
HSL 102.35º 0.49% 0.27% -
HSV(B) 102.35º 0.65% 0.41% -
XYZ 6.9 10.87 3.4 -
YUV 81.9 102.1 109.53 -
System Red Green Blue C M Y K H S L
Decimal 56 104 36 0.46 0 0.65 0.59 102.35 0.49 0.27
Hex 38 68 24 2E 0 41 3B 66 31 1B
Octal 70 150 44 56 0 101 73 146 61 33
Binary 111000 1101000 100100 101110 0 1000001 111011 1100110 110001 11011

Color Harmonies of #386824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386824

Black with #386824

Text Example


Text Example

White with #386824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386824; }

 p { color: rgb(56,104,36); }

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

background-color css

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

 a { background-color: rgb(56,104,36); }

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

border-color css

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

 span { border-color: rgb(56,104,36); }

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