Html Css Color HEX #3F7035 Green House

📋 copy color: '#3F7035'

red 63 ◦ green 112 ◦ blue 53

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

Shades of Green House #3F7035

Tints of Green House #3F7035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 27.63%
G = 49.12%
B = 23.25%

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

#3F7035 (or 0x3F7035) is known color: Green House. HEX triplet: 3F, 70 and 35. RGB value is (63,112,53). Sum of RGB (Red+Green+Blue) = 63+112+53=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7035 is #C08FCA. Grayscale: #5A5A5A. Windows color (decimal): -12619723 or 3502143. OLE color: 3502143.

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

Color convert

RGB 63 112 53 -
CMYK 0.44 0 0.53 0.56
HSL 109.83º 0.36% 0.32% -
HSV(B) 109.83º 0.53% 0.44% -
XYZ 8.49 12.9 5.41 -
YUV 90.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 63 112 53 0.44 0 0.53 0.56 109.83 0.36 0.32
Hex 3F 70 35 2C 0 35 38 6E 24 20
Octal 77 160 65 54 0 65 70 156 44 40
Binary 111111 1110000 110101 101100 0 110101 111000 1101110 100100 100000

Color Harmonies of #3F7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7035

Black with #3F7035

Text Example


Text Example

White with #3F7035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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