Html Css Color HEX #41935F Chateau Green

📋 copy color: '#41935F'

red 65 ◦ green 147 ◦ blue 95

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

Shades of Chateau Green #41935F

Tints of Chateau Green #41935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 21.17%
G = 47.88%
B = 30.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#41935F (or 0x41935F) is known color: Chateau Green. HEX triplet: 41, 93 and 5F. RGB value is (65,147,95). Sum of RGB (Red+Green+Blue) = 65+147+95=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #41935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41935F is #BE6CA0. Grayscale: #747474. Windows color (decimal): -12479649 or 6263617. OLE color: 6263617.

HSL color Cylindrical-coordinate representation of color #41935F: hue angle of 141.95º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41935F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 95 -
CMYK 0.56 0 0.35 0.42
HSL 141.95º 0.39% 0.42% -
HSV(B) 141.95º 0.56% 0.58% -
XYZ 14.68 22.82 14.46 -
YUV 116.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 65 147 95 0.56 0 0.35 0.42 141.95 0.39 0.42
Hex 41 93 5F 38 0 23 2A 8E 27 2A
Octal 101 223 137 70 0 43 52 216 47 52
Binary 1000001 10010011 1011111 111000 0 100011 101010 10001110 100111 101010

Color Harmonies of #41935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41935F

Black with #41935F

Text Example


Text Example

White with #41935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41935F; }

 p { color: rgb(65,147,95); }

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

background-color css

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

 a { background-color: rgb(65,147,95); }

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

border-color css

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

 span { border-color: rgb(65,147,95); }

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