Html Css Color HEX #41703A Green House

📋 copy color: '#41703A'

red 65 ◦ green 112 ◦ blue 58

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

Shades of Green House #41703A

Tints of Green House #41703A

RGB

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

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

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

R = 27.66%
G = 47.66%
B = 24.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#41703A (or 0x41703A) is known color: Green House. HEX triplet: 41, 70 and 3A. RGB value is (65,112,58). Sum of RGB (Red+Green+Blue) = 65+112+58=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #41703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41703A is #BE8FC5. Grayscale: #5B5B5B. Windows color (decimal): -12488646 or 3829825. OLE color: 3829825.

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

Color convert

RGB 65 112 58 -
CMYK 0.42 0 0.48 0.56
HSL 112.22º 0.32% 0.33% -
HSV(B) 112.22º 0.48% 0.44% -
XYZ 8.74 13.02 6.06 -
YUV 91.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 65 112 58 0.42 0 0.48 0.56 112.22 0.32 0.33
Hex 41 70 3A 2A 0 30 38 70 20 21
Octal 101 160 72 52 0 60 70 160 40 41
Binary 1000001 1110000 111010 101010 0 110000 111000 1110000 100000 100001

Color Harmonies of #41703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41703A

Black with #41703A

Text Example


Text Example

White with #41703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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