Html Css Color HEX #415C3B Green House

📋 copy color: '#415C3B'

red 65 ◦ green 92 ◦ blue 59

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

Shades of Green House #415C3B

Tints of Green House #415C3B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.59%

 BLUE value IS 59 (23.44% from 255) = 27.31%

R = 30.09%
G = 42.59%
B = 27.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#415C3B (or 0x415C3B) is known color: Green House. HEX triplet: 41, 5C and 3B. RGB value is (65,92,59). Sum of RGB (Red+Green+Blue) = 65+92+59=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #415C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C3B is #BEA3C4. Grayscale: #505050. Windows color (decimal): -12493765 or 3890241. OLE color: 3890241.

HSL color Cylindrical-coordinate representation of color #415C3B: hue angle of 109.09º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415C3B is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 92 59 -
CMYK 0.29 0 0.36 0.64
HSL 109.09º 0.22% 0.3% -
HSV(B) 109.09º 0.36% 0.36% -
XYZ 6.8 9.09 5.53 -
YUV 80.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 65 92 59 0.29 0 0.36 0.64 109.09 0.22 0.3
Hex 41 5C 3B 1D 0 24 40 6D 16 1E
Octal 101 134 73 35 0 44 100 155 26 36
Binary 1000001 1011100 111011 11101 0 100100 1000000 1101101 10110 11110

Color Harmonies of #415C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C3B

Black with #415C3B

Text Example


Text Example

White with #415C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415C3B; }

 p { color: rgb(65,92,59); }

 H1.HeaderClassName
 {
   color: #415C3B;
 }
 .AnyTagClassName
 {
   color: #415C3B;
 }
</style>

background-color css

<style>
 a { background-color: #415C3B; }

 a { background-color: rgb(65,92,59); }

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

border-color css

<style>
 span { border-color: #415C3B; }

 span { border-color: rgb(65,92,59); }

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