Html Css Color HEX #386A21 Green House

📋 copy color: '#386A21'

red 56 ◦ green 106 ◦ blue 33

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

Shades of Green House #386A21

Tints of Green House #386A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.36%

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

R = 28.72%
G = 54.36%
B = 16.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#386A21 (or 0x386A21) is known color: Green House. HEX triplet: 38, 6A and 21. RGB value is (56,106,33). Sum of RGB (Red+Green+Blue) = 56+106+33=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #386A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A21 is #C795DE. Grayscale: #525252. Windows color (decimal): -13080031 or 2189880. OLE color: 2189880.

HSL color Cylindrical-coordinate representation of color #386A21: hue angle of 101.1º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386A21 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 33 -
CMYK 0.47 0 0.69 0.58
HSL 101.1º 0.53% 0.27% -
HSV(B) 101.1º 0.69% 0.42% -
XYZ 7.06 11.26 3.24 -
YUV 82.73 99.94 108.94 -
System Red Green Blue C M Y K H S L
Decimal 56 106 33 0.47 0 0.69 0.58 101.1 0.53 0.27
Hex 38 6A 21 2F 0 45 3A 65 35 1B
Octal 70 152 41 57 0 105 72 145 65 33
Binary 111000 1101010 100001 101111 0 1000101 111010 1100101 110101 11011

Color Harmonies of #386A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A21

Black with #386A21

Text Example


Text Example

White with #386A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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