Html Css Color HEX #3F6B2A Green House

📋 copy color: '#3F6B2A'

red 63 ◦ green 107 ◦ blue 42

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

Shades of Green House #3F6B2A

Tints of Green House #3F6B2A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.47%

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 29.72%
G = 50.47%
B = 19.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#3F6B2A (or 0x3F6B2A) is known color: Green House. HEX triplet: 3F, 6B and 2A. RGB value is (63,107,42). Sum of RGB (Red+Green+Blue) = 63+107+42=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6B2A is #C094D5. Grayscale: #565656. Windows color (decimal): -12621014 or 2779967. OLE color: 2779967.

HSL color Cylindrical-coordinate representation of color #3F6B2A: hue angle of 100.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F6B2A is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 107 42 -
CMYK 0.41 0 0.61 0.58
HSL 100.62º 0.44% 0.29% -
HSV(B) 100.62º 0.61% 0.42% -
XYZ 7.73 11.74 4.05 -
YUV 86.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 63 107 42 0.41 0 0.61 0.58 100.62 0.44 0.29
Hex 3F 6B 2A 29 0 3D 3A 65 2C 1D
Octal 77 153 52 51 0 75 72 145 54 35
Binary 111111 1101011 101010 101001 0 111101 111010 1100101 101100 11101

Color Harmonies of #3F6B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6B2A

Black with #3F6B2A

Text Example


Text Example

White with #3F6B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,107,42); }

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

background-color css

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

 a { background-color: rgb(63,107,42); }

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

border-color css

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

 span { border-color: rgb(63,107,42); }

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