Html Css Color HEX #416D30 Green House

📋 copy color: '#416D30'

red 65 ◦ green 109 ◦ blue 48

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

Shades of Green House #416D30

Tints of Green House #416D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.1%

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 29.28%
G = 49.1%
B = 21.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#416D30 (or 0x416D30) is known color: Green House. HEX triplet: 41, 6D and 30. RGB value is (65,109,48). Sum of RGB (Red+Green+Blue) = 65+109+48=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #416D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D30 is #BE92CF. Grayscale: #595959. Windows color (decimal): -12489424 or 3173697. OLE color: 3173697.

HSL color Cylindrical-coordinate representation of color #416D30: hue angle of 103.28º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416D30 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 109 48 -
CMYK 0.40 0 0.56 0.57
HSL 103.28º 0.39% 0.31% -
HSV(B) 103.28º 0.56% 0.43% -
XYZ 8.18 12.27 4.73 -
YUV 88.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 65 109 48 0.40 0 0.56 0.57 103.28 0.39 0.31
Hex 41 6D 30 28 0 38 39 67 27 1F
Octal 101 155 60 50 0 70 71 147 47 37
Binary 1000001 1101101 110000 101000 0 111000 111001 1100111 100111 11111

Color Harmonies of #416D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D30

Black with #416D30

Text Example


Text Example

White with #416D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416D30; }

 p { color: rgb(65,109,48); }

 H1.HeaderClassName
 {
   color: #416D30;
 }
 .AnyTagClassName
 {
   color: #416D30;
 }
</style>

background-color css

<style>
 a { background-color: #416D30; }

 a { background-color: rgb(65,109,48); }

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

border-color css

<style>
 span { border-color: #416D30; }

 span { border-color: rgb(65,109,48); }

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