Html Css Color HEX #386833 Green House

📋 copy color: '#386833'

red 56 ◦ green 104 ◦ blue 51

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

Shades of Green House #386833

Tints of Green House #386833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 26.54%
G = 49.29%
B = 24.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#386833 (or 0x386833) is known color: Green House. HEX triplet: 38, 68 and 33. RGB value is (56,104,51). Sum of RGB (Red+Green+Blue) = 56+104+51=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #386833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386833 is #C797CC. Grayscale: #535353. Windows color (decimal): -13080525 or 3369016. OLE color: 3369016.

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

Color convert

RGB 56 104 51 -
CMYK 0.46 0 0.51 0.59
HSL 114.34º 0.34% 0.3% -
HSV(B) 114.34º 0.51% 0.41% -
XYZ 7.18 10.98 4.87 -
YUV 83.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 56 104 51 0.46 0 0.51 0.59 114.34 0.34 0.3
Hex 38 68 33 2E 0 33 3B 72 22 1E
Octal 70 150 63 56 0 63 73 162 42 36
Binary 111000 1101000 110011 101110 0 110011 111011 1110010 100010 11110

Color Harmonies of #386833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386833

Black with #386833

Text Example


Text Example

White with #386833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386833; }

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

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

background-color css

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

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

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

border-color css

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

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

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