Html Css Color HEX #41985A Chateau Green

📋 copy color: '#41985A'

red 65 ◦ green 152 ◦ blue 90

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

Shades of Chateau Green #41985A

Tints of Chateau Green #41985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 21.17%
G = 49.51%
B = 29.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#41985A (or 0x41985A) is known color: Chateau Green. HEX triplet: 41, 98 and 5A. RGB value is (65,152,90). Sum of RGB (Red+Green+Blue) = 65+152+90=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #41985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41985A is #BE67A5. Grayscale: #777777. Windows color (decimal): -12478374 or 5937217. OLE color: 5937217.

HSL color Cylindrical-coordinate representation of color #41985A: hue angle of 137.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41985A is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 90 -
CMYK 0.57 0 0.41 0.40
HSL 137.24º 0.4% 0.43% -
HSV(B) 137.24º 0.57% 0.6% -
XYZ 15.25 24.32 13.56 -
YUV 118.92 111.68 89.54 -
System Red Green Blue C M Y K H S L
Decimal 65 152 90 0.57 0 0.41 0.40 137.24 0.4 0.43
Hex 41 98 5A 39 0 29 28 89 28 2B
Octal 101 230 132 71 0 51 50 211 50 53
Binary 1000001 10011000 1011010 111001 0 101001 101000 10001001 101000 101011

Color Harmonies of #41985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41985A

Black with #41985A

Text Example


Text Example

White with #41985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41985A; }

 p { color: rgb(65,152,90); }

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

background-color css

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

 a { background-color: rgb(65,152,90); }

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

border-color css

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

 span { border-color: rgb(65,152,90); }

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