Html Css Color HEX #3F713A Green House

📋 copy color: '#3F713A'

red 63 ◦ green 113 ◦ blue 58

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

Shades of Green House #3F713A

Tints of Green House #3F713A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.29%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 26.92%
G = 48.29%
B = 24.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#3F713A (or 0x3F713A) is known color: Green House. HEX triplet: 3F, 71 and 3A. RGB value is (63,113,58). Sum of RGB (Red+Green+Blue) = 63+113+58=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #3F713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F713A is #C08EC5. Grayscale: #5B5B5B. Windows color (decimal): -12619462 or 3830079. OLE color: 3830079.

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

Color convert

RGB 63 113 58 -
CMYK 0.44 0 0.49 0.56
HSL 114.55º 0.32% 0.34% -
HSV(B) 114.55º 0.49% 0.44% -
XYZ 8.72 13.17 6.09 -
YUV 91.78 108.94 107.47 -
System Red Green Blue C M Y K H S L
Decimal 63 113 58 0.44 0 0.49 0.56 114.55 0.32 0.34
Hex 3F 71 3A 2C 0 31 38 73 20 22
Octal 77 161 72 54 0 61 70 163 40 42
Binary 111111 1110001 111010 101100 0 110001 111000 1110011 100000 100010

Color Harmonies of #3F713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F713A

Black with #3F713A

Text Example


Text Example

White with #3F713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,113,58); }

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

background-color css

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

 a { background-color: rgb(63,113,58); }

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

border-color css

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

 span { border-color: rgb(63,113,58); }

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