Html Css Color HEX #415D36 Green House

📋 copy color: '#415D36'

red 65 ◦ green 93 ◦ blue 54

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

Shades of Green House #415D36

Tints of Green House #415D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.87%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 30.66%
G = 43.87%
B = 25.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#415D36 (or 0x415D36) is known color: Green House. HEX triplet: 41, 5D and 36. RGB value is (65,93,54). Sum of RGB (Red+Green+Blue) = 65+93+54=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #415D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D36 is #BEA2C9. Grayscale: #505050. Windows color (decimal): -12493514 or 3562817. OLE color: 3562817.

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

Color convert

RGB 65 93 54 -
CMYK 0.30 0 0.42 0.64
HSL 103.08º 0.27% 0.29% -
HSV(B) 103.08º 0.42% 0.36% -
XYZ 6.76 9.22 4.91 -
YUV 80.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 65 93 54 0.30 0 0.42 0.64 103.08 0.27 0.29
Hex 41 5D 36 1E 0 2A 40 67 1B 1D
Octal 101 135 66 36 0 52 100 147 33 35
Binary 1000001 1011101 110110 11110 0 101010 1000000 1100111 11011 11101

Color Harmonies of #415D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D36

Black with #415D36

Text Example


Text Example

White with #415D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,93,54); }

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

background-color css

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

 a { background-color: rgb(65,93,54); }

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

border-color css

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

 span { border-color: rgb(65,93,54); }

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