Html Css Color HEX #3F602E Green House

📋 copy color: '#3F602E'

red 63 ◦ green 96 ◦ blue 46

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

Shades of Green House #3F602E

Tints of Green House #3F602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 30.73%
G = 46.83%
B = 22.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#3F602E (or 0x3F602E) is known color: Green House. HEX triplet: 3F, 60 and 2E. RGB value is (63,96,46). Sum of RGB (Red+Green+Blue) = 63+96+46=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #3F602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F602E is #C09FD1. Grayscale: #505050. Windows color (decimal): -12623826 or 3039295. OLE color: 3039295.

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

Color convert

RGB 63 96 46 -
CMYK 0.34 0 0.52 0.62
HSL 99.6º 0.35% 0.28% -
HSV(B) 99.6º 0.52% 0.38% -
XYZ 6.73 9.62 4.09 -
YUV 80.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 63 96 46 0.34 0 0.52 0.62 99.6 0.35 0.28
Hex 3F 60 2E 22 0 34 3E 64 23 1C
Octal 77 140 56 42 0 64 76 144 43 34
Binary 111111 1100000 101110 100010 0 110100 111110 1100100 100011 11100

Color Harmonies of #3F602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F602E

Black with #3F602E

Text Example


Text Example

White with #3F602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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