Html Css Color HEX #3D6E2A Green House

📋 copy color: '#3D6E2A'

red 61 ◦ green 110 ◦ blue 42

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

Shades of Green House #3D6E2A

Tints of Green House #3D6E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 51.64%

 BLUE value IS 42 (16.8% from 255) = 19.72%

R = 28.64%
G = 51.64%
B = 19.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#3D6E2A (or 0x3D6E2A) is known color: Green House. HEX triplet: 3D, 6E and 2A. RGB value is (61,110,42). Sum of RGB (Red+Green+Blue) = 61+110+42=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #3D6E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6E2A is #C291D5. Grayscale: #575757. Windows color (decimal): -12751318 or 2780733. OLE color: 2780733.

HSL color Cylindrical-coordinate representation of color #3D6E2A: hue angle of 103.24º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D6E2A is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 110 42 -
CMYK 0.45 0 0.62 0.57
HSL 103.24º 0.45% 0.3% -
HSV(B) 103.24º 0.62% 0.43% -
XYZ 7.92 12.31 4.15 -
YUV 87.6 102.27 109.03 -
System Red Green Blue C M Y K H S L
Decimal 61 110 42 0.45 0 0.62 0.57 103.24 0.45 0.3
Hex 3D 6E 2A 2D 0 3E 39 67 2D 1E
Octal 75 156 52 55 0 76 71 147 55 36
Binary 111101 1101110 101010 101101 0 111110 111001 1100111 101101 11110

Color Harmonies of #3D6E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6E2A

Black with #3D6E2A

Text Example


Text Example

White with #3D6E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,110,42); }

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

background-color css

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

 a { background-color: rgb(61,110,42); }

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

border-color css

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

 span { border-color: rgb(61,110,42); }

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