Html Css Color HEX #41985C Chateau Green

📋 copy color: '#41985C'

red 65 ◦ green 152 ◦ blue 92

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

Shades of Chateau Green #41985C

Tints of Chateau Green #41985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 21.04%
G = 49.19%
B = 29.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#41985C (or 0x41985C) is known color: Chateau Green. HEX triplet: 41, 98 and 5C. RGB value is (65,152,92). Sum of RGB (Red+Green+Blue) = 65+152+92=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #41985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41985C is #BE67A3. Grayscale: #777777. Windows color (decimal): -12478372 or 6068289. OLE color: 6068289.

HSL color Cylindrical-coordinate representation of color #41985C: hue angle of 138.62º 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 #41985C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 92 -
CMYK 0.57 0 0.39 0.40
HSL 138.62º 0.4% 0.43% -
HSV(B) 138.62º 0.57% 0.6% -
XYZ 15.34 24.35 14.02 -
YUV 119.15 112.68 89.38 -
System Red Green Blue C M Y K H S L
Decimal 65 152 92 0.57 0 0.39 0.40 138.62 0.4 0.43
Hex 41 98 5C 39 0 27 28 8B 28 2B
Octal 101 230 134 71 0 47 50 213 50 53
Binary 1000001 10011000 1011100 111001 0 100111 101000 10001011 101000 101011

Color Harmonies of #41985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41985C

Black with #41985C

Text Example


Text Example

White with #41985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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