Html Css Color HEX #386221 Green House

📋 copy color: '#386221'

red 56 ◦ green 98 ◦ blue 33

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

Shades of Green House #386221

Tints of Green House #386221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.41%

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 29.95%
G = 52.41%
B = 17.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#386221 (or 0x386221) is known color: Green House. HEX triplet: 38, 62 and 21. RGB value is (56,98,33). Sum of RGB (Red+Green+Blue) = 56+98+33=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #386221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386221 is #C79DDE. Grayscale: #4E4E4E. Windows color (decimal): -13082079 or 2187832. OLE color: 2187832.

HSL color Cylindrical-coordinate representation of color #386221: hue angle of 98.77º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #386221 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 33 -
CMYK 0.43 0 0.66 0.62
HSL 98.77º 0.5% 0.26% -
HSV(B) 98.77º 0.66% 0.38% -
XYZ 6.27 9.69 2.98 -
YUV 78.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 56 98 33 0.43 0 0.66 0.62 98.77 0.5 0.26
Hex 38 62 21 2B 0 42 3E 63 32 1A
Octal 70 142 41 53 0 102 76 143 62 32
Binary 111000 1100010 100001 101011 0 1000010 111110 1100011 110010 11010

Color Harmonies of #386221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386221

Black with #386221

Text Example


Text Example

White with #386221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386221; }

 p { color: rgb(56,98,33); }

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

background-color css

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

 a { background-color: rgb(56,98,33); }

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

border-color css

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

 span { border-color: rgb(56,98,33); }

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