Html Css Color HEX #415D38 Green House

📋 copy color: '#415D38'

red 65 ◦ green 93 ◦ blue 56

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

Shades of Green House #415D38

Tints of Green House #415D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 30.37%
G = 43.46%
B = 26.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#415D38 (or 0x415D38) is known color: Green House. HEX triplet: 41, 5D and 38. RGB value is (65,93,56). Sum of RGB (Red+Green+Blue) = 65+93+56=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #415D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D38 is #BEA2C7. Grayscale: #505050. Windows color (decimal): -12493512 or 3693889. OLE color: 3693889.

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

Color convert

RGB 65 93 56 -
CMYK 0.30 0 0.40 0.64
HSL 105.41º 0.25% 0.29% -
HSV(B) 105.41º 0.4% 0.36% -
XYZ 6.81 9.24 5.17 -
YUV 80.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 65 93 56 0.30 0 0.40 0.64 105.41 0.25 0.29
Hex 41 5D 38 1E 0 28 40 69 19 1D
Octal 101 135 70 36 0 50 100 151 31 35
Binary 1000001 1011101 111000 11110 0 101000 1000000 1101001 11001 11101

Color Harmonies of #415D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D38

Black with #415D38

Text Example


Text Example

White with #415D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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