Html Css Color HEX #386A2F Green House

📋 copy color: '#386A2F'

red 56 ◦ green 106 ◦ blue 47

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

Shades of Green House #386A2F

Tints of Green House #386A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.49%

R = 26.79%
G = 50.72%
B = 22.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#386A2F (or 0x386A2F) is known color: Green House. HEX triplet: 38, 6A and 2F. RGB value is (56,106,47). Sum of RGB (Red+Green+Blue) = 56+106+47=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #386A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A2F is #C795D0. Grayscale: #545454. Windows color (decimal): -13080017 or 3107384. OLE color: 3107384.

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

Color convert

RGB 56 106 47 -
CMYK 0.47 0 0.56 0.58
HSL 110.85º 0.39% 0.3% -
HSV(B) 110.85º 0.56% 0.42% -
XYZ 7.3 11.35 4.5 -
YUV 84.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 56 106 47 0.47 0 0.56 0.58 110.85 0.39 0.3
Hex 38 6A 2F 2F 0 38 3A 6F 27 1E
Octal 70 152 57 57 0 70 72 157 47 36
Binary 111000 1101010 101111 101111 0 111000 111010 1101111 100111 11110

Color Harmonies of #386A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A2F

Black with #386A2F

Text Example


Text Example

White with #386A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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