Html Css Color HEX #386F2B Green House

📋 copy color: '#386F2B'

red 56 ◦ green 111 ◦ blue 43

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

Shades of Green House #386F2B

Tints of Green House #386F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.86%

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 26.67%
G = 52.86%
B = 20.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#386F2B (or 0x386F2B) is known color: Green House. HEX triplet: 38, 6F and 2B. RGB value is (56,111,43). Sum of RGB (Red+Green+Blue) = 56+111+43=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #386F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F2B is #C790D4. Grayscale: #575757. Windows color (decimal): -13078741 or 2846520. OLE color: 2846520.

HSL color Cylindrical-coordinate representation of color #386F2B: hue angle of 108.53º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #386F2B is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 43 -
CMYK 0.50 0 0.61 0.56
HSL 108.53º 0.44% 0.3% -
HSV(B) 108.53º 0.61% 0.44% -
XYZ 7.75 12.38 4.27 -
YUV 86.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 56 111 43 0.50 0 0.61 0.56 108.53 0.44 0.3
Hex 38 6F 2B 32 0 3D 38 6D 2C 1E
Octal 70 157 53 62 0 75 70 155 54 36
Binary 111000 1101111 101011 110010 0 111101 111000 1101101 101100 11110

Color Harmonies of #386F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F2B

Black with #386F2B

Text Example


Text Example

White with #386F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,43); }

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

background-color css

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

 a { background-color: rgb(56,111,43); }

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

border-color css

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

 span { border-color: rgb(56,111,43); }

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