Html Css Color HEX #386134 Green House

📋 copy color: '#386134'

red 56 ◦ green 97 ◦ blue 52

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

Shades of Green House #386134

Tints of Green House #386134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.32%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 27.32%
G = 47.32%
B = 25.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#386134 (or 0x386134) is known color: Green House. HEX triplet: 38, 61 and 34. RGB value is (56,97,52). Sum of RGB (Red+Green+Blue) = 56+97+52=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #386134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386134 is #C79ECB. Grayscale: #4F4F4F. Windows color (decimal): -13082316 or 3432760. OLE color: 3432760.

HSL color Cylindrical-coordinate representation of color #386134: hue angle of 114.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386134 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 52 -
CMYK 0.42 0 0.46 0.62
HSL 114.67º 0.3% 0.29% -
HSV(B) 114.67º 0.46% 0.38% -
XYZ 6.53 9.64 4.77 -
YUV 79.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 56 97 52 0.42 0 0.46 0.62 114.67 0.3 0.29
Hex 38 61 34 2A 0 2E 3E 73 1E 1D
Octal 70 141 64 52 0 56 76 163 36 35
Binary 111000 1100001 110100 101010 0 101110 111110 1110011 11110 11101

Color Harmonies of #386134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386134

Black with #386134

Text Example


Text Example

White with #386134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386134; }

 p { color: rgb(56,97,52); }

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

background-color css

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

 a { background-color: rgb(56,97,52); }

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

border-color css

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

 span { border-color: rgb(56,97,52); }

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