Html Css Color HEX #41703C Green House

📋 copy color: '#41703C'

red 65 ◦ green 112 ◦ blue 60

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

Shades of Green House #41703C

Tints of Green House #41703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 27.43%
G = 47.26%
B = 25.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#41703C (or 0x41703C) is known color: Green House. HEX triplet: 41, 70 and 3C. RGB value is (65,112,60). Sum of RGB (Red+Green+Blue) = 65+112+60=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #41703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41703C is #BE8FC3. Grayscale: #5C5C5C. Windows color (decimal): -12488644 or 3960897. OLE color: 3960897.

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

Color convert

RGB 65 112 60 -
CMYK 0.42 0 0.46 0.56
HSL 114.23º 0.3% 0.34% -
HSV(B) 114.23º 0.46% 0.44% -
XYZ 8.79 13.04 6.33 -
YUV 92.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 65 112 60 0.42 0 0.46 0.56 114.23 0.3 0.34
Hex 41 70 3C 2A 0 2E 38 72 1E 22
Octal 101 160 74 52 0 56 70 162 36 42
Binary 1000001 1110000 111100 101010 0 101110 111000 1110010 11110 100010

Color Harmonies of #41703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41703C

Black with #41703C

Text Example


Text Example

White with #41703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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