Html Css Color HEX #3D6B38 Green House

📋 copy color: '#3D6B38'

red 61 ◦ green 107 ◦ blue 56

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

Shades of Green House #3D6B38

Tints of Green House #3D6B38

RGB

 RED value IS 61 (24.22% from 255) = 27.23%

 GREEN value IS 107 (42.19% from 255) = 47.77%

 BLUE value IS 56 (22.27% from 255) = 25%

R = 27.23%
G = 47.77%
B = 25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#3D6B38 (or 0x3D6B38) is known color: Green House. HEX triplet: 3D, 6B and 38. RGB value is (61,107,56). Sum of RGB (Red+Green+Blue) = 61+107+56=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6B38 is #C294C7. Grayscale: #575757. Windows color (decimal): -12752072 or 3697469. OLE color: 3697469.

HSL color Cylindrical-coordinate representation of color #3D6B38: hue angle of 114.12º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D6B38 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 61 107 56 -
CMYK 0.43 0 0.48 0.58
HSL 114.12º 0.31% 0.32% -
HSV(B) 114.12º 0.48% 0.42% -
XYZ 7.9 11.79 5.6 -
YUV 87.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 61 107 56 0.43 0 0.48 0.58 114.12 0.31 0.32
Hex 3D 6B 38 2B 0 30 3A 72 1F 20
Octal 75 153 70 53 0 60 72 162 37 40
Binary 111101 1101011 111000 101011 0 110000 111010 1110010 11111 100000

Color Harmonies of #3D6B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6B38

Black with #3D6B38

Text Example


Text Example

White with #3D6B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D6B38; }

 p { color: rgb(61,107,56); }

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

background-color css

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

 a { background-color: rgb(61,107,56); }

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

border-color css

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

 span { border-color: rgb(61,107,56); }

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