Html Css Color HEX #41BB5D Chateau Green

📋 copy color: '#41BB5D'

red 65 ◦ green 187 ◦ blue 93

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

Shades of Chateau Green #41BB5D

Tints of Chateau Green #41BB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.2%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 18.84%
G = 54.2%
B = 26.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#41BB5D (or 0x41BB5D) is known color: Chateau Green. HEX triplet: 41, BB and 5D. RGB value is (65,187,93). Sum of RGB (Red+Green+Blue) = 65+187+93=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BB5D is #BE44A2. Grayscale: #8C8C8C. Windows color (decimal): -12469411 or 6142785. OLE color: 6142785.

HSL color Cylindrical-coordinate representation of color #41BB5D: hue angle of 133.77º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BB5D is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 187 93 -
CMYK 0.65 0 0.50 0.27
HSL 133.77º 0.48% 0.49% -
HSV(B) 133.77º 0.65% 0.73% -
XYZ 21.93 37.45 16.43 -
YUV 139.81 101.58 74.64 -
System Red Green Blue C M Y K H S L
Decimal 65 187 93 0.65 0 0.50 0.27 133.77 0.48 0.49
Hex 41 BB 5D 41 0 32 1B 86 30 31
Octal 101 273 135 101 0 62 33 206 60 61
Binary 1000001 10111011 1011101 1000001 0 110010 11011 10000110 110000 110001

Color Harmonies of #41BB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BB5D

Black with #41BB5D

Text Example


Text Example

White with #41BB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41BB5D; }

 p { color: rgb(65,187,93); }

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

background-color css

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

 a { background-color: rgb(65,187,93); }

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

border-color css

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

 span { border-color: rgb(65,187,93); }

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