Html Css Color HEX #386622 Green House

📋 copy color: '#386622'

red 56 ◦ green 102 ◦ blue 34

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

Shades of Green House #386622

Tints of Green House #386622

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.13%

 BLUE value IS 34 (13.67% from 255) = 17.71%

R = 29.17%
G = 53.13%
B = 17.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#386622 (or 0x386622) is known color: Green House. HEX triplet: 38, 66 and 22. RGB value is (56,102,34). Sum of RGB (Red+Green+Blue) = 56+102+34=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #386622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386622 is #C799DD. Grayscale: #505050. Windows color (decimal): -13081054 or 2254392. OLE color: 2254392.

HSL color Cylindrical-coordinate representation of color #386622: hue angle of 100.59º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386622 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 34 -
CMYK 0.45 0 0.67 0.6
HSL 100.59º 0.5% 0.27% -
HSV(B) 100.59º 0.67% 0.4% -
XYZ 6.67 10.46 3.18 -
YUV 80.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 56 102 34 0.45 0 0.67 0.6 100.59 0.5 0.27
Hex 38 66 22 2D 0 43 3C 65 32 1B
Octal 70 146 42 55 0 103 74 145 62 33
Binary 111000 1100110 100010 101101 0 1000011 111100 1100101 110010 11011

Color Harmonies of #386622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386622

Black with #386622

Text Example


Text Example

White with #386622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386622; }

 p { color: rgb(56,102,34); }

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

background-color css

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

 a { background-color: rgb(56,102,34); }

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

border-color css

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

 span { border-color: rgb(56,102,34); }

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