Html Css Color HEX #41703F Green House

📋 copy color: '#41703F'

red 65 ◦ green 112 ◦ blue 63

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

Shades of Green House #41703F

Tints of Green House #41703F

RGB

 RED value IS 65 (25.78% from 255) = 27.08%

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 63 (25% from 255) = 26.25%

R = 27.08%
G = 46.67%
B = 26.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#41703F (or 0x41703F) is known color: Green House. HEX triplet: 41, 70 and 3F. RGB value is (65,112,63). Sum of RGB (Red+Green+Blue) = 65+112+63=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #41703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41703F is #BE8FC0. Grayscale: #5C5C5C. Windows color (decimal): -12488641 or 4157505. OLE color: 4157505.

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

Color convert

RGB 65 112 63 -
CMYK 0.42 0 0.44 0.56
HSL 117.55º 0.28% 0.34% -
HSV(B) 117.55º 0.44% 0.44% -
XYZ 8.87 13.07 6.76 -
YUV 92.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 65 112 63 0.42 0 0.44 0.56 117.55 0.28 0.34
Hex 41 70 3F 2A 0 2C 38 76 1C 22
Octal 101 160 77 52 0 54 70 166 34 42
Binary 1000001 1110000 111111 101010 0 101100 111000 1110110 11100 100010

Color Harmonies of #41703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41703F

Black with #41703F

Text Example


Text Example

White with #41703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41703F; }

 p { color: rgb(65,112,63); }

 H1.HeaderClassName
 {
   color: #41703F;
 }
 .AnyTagClassName
 {
   color: #41703F;
 }
</style>

background-color css

<style>
 a { background-color: #41703F; }

 a { background-color: rgb(65,112,63); }

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

border-color css

<style>
 span { border-color: #41703F; }

 span { border-color: rgb(65,112,63); }

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