Html Css Color HEX #416730 Green House

📋 copy color: '#416730'

red 65 ◦ green 103 ◦ blue 48

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

Shades of Green House #416730

Tints of Green House #416730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.69%

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

R = 30.09%
G = 47.69%
B = 22.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#416730 (or 0x416730) is known color: Green House. HEX triplet: 41, 67 and 30. RGB value is (65,103,48). Sum of RGB (Red+Green+Blue) = 65+103+48=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #416730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416730 is #BE98CF. Grayscale: #555555. Windows color (decimal): -12490960 or 3172161. OLE color: 3172161.

HSL color Cylindrical-coordinate representation of color #416730: hue angle of 101.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #416730 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 48 -
CMYK 0.37 0 0.53 0.60
HSL 101.45º 0.36% 0.3% -
HSV(B) 101.45º 0.53% 0.4% -
XYZ 7.56 11.04 4.53 -
YUV 85.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 65 103 48 0.37 0 0.53 0.60 101.45 0.36 0.3
Hex 41 67 30 25 0 35 3C 65 24 1E
Octal 101 147 60 45 0 65 74 145 44 36
Binary 1000001 1100111 110000 100101 0 110101 111100 1100101 100100 11110

Color Harmonies of #416730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416730

Black with #416730

Text Example


Text Example

White with #416730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416730; }

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

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

background-color css

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

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

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

border-color css

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

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

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