Html Css Color HEX #386621 Green House

📋 copy color: '#386621'

red 56 ◦ green 102 ◦ blue 33

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

Shades of Green House #386621

Tints of Green House #386621

RGB

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

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

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

R = 29.32%
G = 53.4%
B = 17.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#386621 (or 0x386621) is known color: Green House. HEX triplet: 38, 66 and 21. RGB value is (56,102,33). Sum of RGB (Red+Green+Blue) = 56+102+33=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #386621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386621 is #C799DE. Grayscale: #505050. Windows color (decimal): -13081055 or 2188856. OLE color: 2188856.

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

Color convert

RGB 56 102 33 -
CMYK 0.45 0 0.68 0.6
HSL 100º 0.51% 0.26% -
HSV(B) 100º 0.68% 0.4% -
XYZ 6.66 10.45 3.11 -
YUV 80.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 56 102 33 0.45 0 0.68 0.6 100 0.51 0.26
Hex 38 66 21 2D 0 44 3C 64 33 1A
Octal 70 146 41 55 0 104 74 144 63 32
Binary 111000 1100110 100001 101101 0 1000100 111100 1100100 110011 11010

Color Harmonies of #386621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386621

Black with #386621

Text Example


Text Example

White with #386621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386621; }

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

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

background-color css

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

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

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

border-color css

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

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

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