Html Css Color HEX #3F603B Green House

📋 copy color: '#3F603B'

red 63 ◦ green 96 ◦ blue 59

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

Shades of Green House #3F603B

Tints of Green House #3F603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 28.9%
G = 44.04%
B = 27.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#3F603B (or 0x3F603B) is known color: Green House. HEX triplet: 3F, 60 and 3B. RGB value is (63,96,59). Sum of RGB (Red+Green+Blue) = 63+96+59=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #3F603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F603B is #C09FC4. Grayscale: #525252. Windows color (decimal): -12623813 or 3891263. OLE color: 3891263.

HSL color Cylindrical-coordinate representation of color #3F603B: hue angle of 113.51º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F603B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 59 -
CMYK 0.34 0 0.39 0.62
HSL 113.51º 0.24% 0.3% -
HSV(B) 113.51º 0.39% 0.38% -
XYZ 7.02 9.74 5.65 -
YUV 81.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 63 96 59 0.34 0 0.39 0.62 113.51 0.24 0.3
Hex 3F 60 3B 22 0 27 3E 72 18 1E
Octal 77 140 73 42 0 47 76 162 30 36
Binary 111111 1100000 111011 100010 0 100111 111110 1110010 11000 11110

Color Harmonies of #3F603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F603B

Black with #3F603B

Text Example


Text Example

White with #3F603B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,59); }

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

background-color css

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

 a { background-color: rgb(63,96,59); }

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

border-color css

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

 span { border-color: rgb(63,96,59); }

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