Html Css Color HEX #3F7135 Green House

📋 copy color: '#3F7135'

red 63 ◦ green 113 ◦ blue 53

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

Shades of Green House #3F7135

Tints of Green House #3F7135

RGB

 RED value IS 63 (25% from 255) = 27.51%

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

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

R = 27.51%
G = 49.34%
B = 23.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#3F7135 (or 0x3F7135) is known color: Green House. HEX triplet: 3F, 71 and 35. RGB value is (63,113,53). Sum of RGB (Red+Green+Blue) = 63+113+53=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7135 is #C08ECA. Grayscale: #5B5B5B. Windows color (decimal): -12619467 or 3502399. OLE color: 3502399.

HSL color Cylindrical-coordinate representation of color #3F7135: hue angle of 110º 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 #3F7135 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 53 -
CMYK 0.44 0 0.53 0.56
HSL 110º 0.36% 0.33% -
HSV(B) 110º 0.53% 0.44% -
XYZ 8.6 13.12 5.45 -
YUV 91.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 63 113 53 0.44 0 0.53 0.56 110 0.36 0.33
Hex 3F 71 35 2C 0 35 38 6E 24 21
Octal 77 161 65 54 0 65 70 156 44 41
Binary 111111 1110001 110101 101100 0 110101 111000 1101110 100100 100001

Color Harmonies of #3F7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7135

Black with #3F7135

Text Example


Text Example

White with #3F7135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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