Html Css Color HEX #41713A Green House

📋 copy color: '#41713A'

red 65 ◦ green 113 ◦ blue 58

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

Shades of Green House #41713A

Tints of Green House #41713A

RGB

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

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

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

R = 27.54%
G = 47.88%
B = 24.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#41713A (or 0x41713A) is known color: Green House. HEX triplet: 41, 71 and 3A. RGB value is (65,113,58). Sum of RGB (Red+Green+Blue) = 65+113+58=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #41713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41713A is #BE8EC5. Grayscale: #5C5C5C. Windows color (decimal): -12488390 or 3830081. OLE color: 3830081.

HSL color Cylindrical-coordinate representation of color #41713A: hue angle of 112.36º 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 #41713A is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 58 -
CMYK 0.42 0 0.49 0.56
HSL 112.36º 0.32% 0.34% -
HSV(B) 112.36º 0.49% 0.44% -
XYZ 8.85 13.24 6.09 -
YUV 92.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 65 113 58 0.42 0 0.49 0.56 112.36 0.32 0.34
Hex 41 71 3A 2A 0 31 38 70 20 22
Octal 101 161 72 52 0 61 70 160 40 42
Binary 1000001 1110001 111010 101010 0 110001 111000 1110000 100000 100010

Color Harmonies of #41713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41713A

Black with #41713A

Text Example


Text Example

White with #41713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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