Html Css Color HEX #41613D Green House

📋 copy color: '#41613D'

red 65 ◦ green 97 ◦ blue 61

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

Shades of Green House #41613D

Tints of Green House #41613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.5%

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 29.15%
G = 43.5%
B = 27.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#41613D (or 0x41613D) is known color: Green House. HEX triplet: 41, 61 and 3D. RGB value is (65,97,61). Sum of RGB (Red+Green+Blue) = 65+97+61=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #41613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41613D is #BE9EC2. Grayscale: #535353. Windows color (decimal): -12492483 or 4022593. OLE color: 4022593.

HSL color Cylindrical-coordinate representation of color #41613D: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41613D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 61 -
CMYK 0.33 0 0.37 0.62
HSL 113.33º 0.23% 0.31% -
HSV(B) 113.33º 0.37% 0.38% -
XYZ 7.3 10.01 5.96 -
YUV 83.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 65 97 61 0.33 0 0.37 0.62 113.33 0.23 0.31
Hex 41 61 3D 21 0 25 3E 71 17 1F
Octal 101 141 75 41 0 45 76 161 27 37
Binary 1000001 1100001 111101 100001 0 100101 111110 1110001 10111 11111

Color Harmonies of #41613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41613D

Black with #41613D

Text Example


Text Example

White with #41613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41613D; }

 p { color: rgb(65,97,61); }

 H1.HeaderClassName
 {
   color: #41613D;
 }
 .AnyTagClassName
 {
   color: #41613D;
 }
</style>

background-color css

<style>
 a { background-color: #41613D; }

 a { background-color: rgb(65,97,61); }

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

border-color css

<style>
 span { border-color: #41613D; }

 span { border-color: rgb(65,97,61); }

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