Html Css Color HEX #386328 Green House

📋 copy color: '#386328'

red 56 ◦ green 99 ◦ blue 40

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

Shades of Green House #386328

Tints of Green House #386328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.77%

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 28.72%
G = 50.77%
B = 20.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#386328 (or 0x386328) is known color: Green House. HEX triplet: 38, 63 and 28. RGB value is (56,99,40). Sum of RGB (Red+Green+Blue) = 56+99+40=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #386328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386328 is #C79CD7. Grayscale: #4F4F4F. Windows color (decimal): -13081816 or 2646840. OLE color: 2646840.

HSL color Cylindrical-coordinate representation of color #386328: hue angle of 103.73º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #386328 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 40 -
CMYK 0.43 0 0.60 0.61
HSL 103.73º 0.42% 0.27% -
HSV(B) 103.73º 0.6% 0.39% -
XYZ 6.48 9.92 3.58 -
YUV 79.42 105.75 111.3 -
System Red Green Blue C M Y K H S L
Decimal 56 99 40 0.43 0 0.60 0.61 103.73 0.42 0.27
Hex 38 63 28 2B 0 3C 3D 68 2A 1B
Octal 70 143 50 53 0 74 75 150 52 33
Binary 111000 1100011 101000 101011 0 111100 111101 1101000 101010 11011

Color Harmonies of #386328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386328

Black with #386328

Text Example


Text Example

White with #386328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386328; }

 p { color: rgb(56,99,40); }

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

background-color css

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

 a { background-color: rgb(56,99,40); }

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

border-color css

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

 span { border-color: rgb(56,99,40); }

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