Html Css Color HEX #3D7135 Green House

📋 copy color: '#3D7135'

red 61 ◦ green 113 ◦ blue 53

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

Shades of Green House #3D7135

Tints of Green House #3D7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 26.87%
G = 49.78%
B = 23.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#3D7135 (or 0x3D7135) is known color: Green House. HEX triplet: 3D, 71 and 35. RGB value is (61,113,53). Sum of RGB (Red+Green+Blue) = 61+113+53=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7135 is #C28ECA. Grayscale: #5A5A5A. Windows color (decimal): -12750539 or 3502397. OLE color: 3502397.

HSL color Cylindrical-coordinate representation of color #3D7135: hue angle of 112º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D7135 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 113 53 -
CMYK 0.46 0 0.53 0.56
HSL 112º 0.36% 0.33% -
HSV(B) 112º 0.53% 0.44% -
XYZ 8.47 13.06 5.44 -
YUV 90.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 61 113 53 0.46 0 0.53 0.56 112 0.36 0.33
Hex 3D 71 35 2E 0 35 38 70 24 21
Octal 75 161 65 56 0 65 70 160 44 41
Binary 111101 1110001 110101 101110 0 110101 111000 1110000 100100 100001

Color Harmonies of #3D7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7135

Black with #3D7135

Text Example


Text Example

White with #3D7135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,113,53); }

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

background-color css

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

 a { background-color: rgb(61,113,53); }

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

border-color css

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

 span { border-color: rgb(61,113,53); }

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