Html Css Color HEX #3F7335 Green House

📋 copy color: '#3F7335'

red 63 ◦ green 115 ◦ blue 53

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

Shades of Green House #3F7335

Tints of Green House #3F7335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

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

R = 27.27%
G = 49.78%
B = 22.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#3F7335 (or 0x3F7335) is known color: Green House. HEX triplet: 3F, 73 and 35. RGB value is (63,115,53). Sum of RGB (Red+Green+Blue) = 63+115+53=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7335 is #C08CCA. Grayscale: #5C5C5C. Windows color (decimal): -12618955 or 3502911. OLE color: 3502911.

HSL color Cylindrical-coordinate representation of color #3F7335: hue angle of 110.32º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F7335 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 53 -
CMYK 0.45 0 0.54 0.55
HSL 110.32º 0.37% 0.33% -
HSV(B) 110.32º 0.54% 0.45% -
XYZ 8.82 13.58 5.52 -
YUV 92.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 63 115 53 0.45 0 0.54 0.55 110.32 0.37 0.33
Hex 3F 73 35 2D 0 36 37 6E 25 21
Octal 77 163 65 55 0 66 67 156 45 41
Binary 111111 1110011 110101 101101 0 110110 110111 1101110 100101 100001

Color Harmonies of #3F7335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7335

Black with #3F7335

Text Example


Text Example

White with #3F7335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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