Html Css Color HEX #386D28 Green House

📋 copy color: '#386D28'

red 56 ◦ green 109 ◦ blue 40

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

Shades of Green House #386D28

Tints of Green House #386D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.17%

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 27.32%
G = 53.17%
B = 19.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#386D28 (or 0x386D28) is known color: Green House. HEX triplet: 38, 6D and 28. RGB value is (56,109,40). Sum of RGB (Red+Green+Blue) = 56+109+40=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #386D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386D28 is #C792D7. Grayscale: #555555. Windows color (decimal): -13079256 or 2649400. OLE color: 2649400.

HSL color Cylindrical-coordinate representation of color #386D28: hue angle of 106.09º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386D28 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 40 -
CMYK 0.49 0 0.63 0.57
HSL 106.09º 0.46% 0.29% -
HSV(B) 106.09º 0.63% 0.43% -
XYZ 7.48 11.93 3.92 -
YUV 85.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 56 109 40 0.49 0 0.63 0.57 106.09 0.46 0.29
Hex 38 6D 28 31 0 3F 39 6A 2E 1D
Octal 70 155 50 61 0 77 71 152 56 35
Binary 111000 1101101 101000 110001 0 111111 111001 1101010 101110 11101

Color Harmonies of #386D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D28

Black with #386D28

Text Example


Text Example

White with #386D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,109,40); }

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

background-color css

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

 a { background-color: rgb(56,109,40); }

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

border-color css

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

 span { border-color: rgb(56,109,40); }

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