Html Css Color HEX #41BD5C Chateau Green

📋 copy color: '#41BD5C'

red 65 ◦ green 189 ◦ blue 92

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

Shades of Chateau Green #41BD5C

Tints of Chateau Green #41BD5C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.62%

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

R = 18.79%
G = 54.62%
B = 26.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#41BD5C (or 0x41BD5C) is known color: Chateau Green. HEX triplet: 41, BD and 5C. RGB value is (65,189,92). Sum of RGB (Red+Green+Blue) = 65+189+92=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BD5C is #BE42A3. Grayscale: #8D8D8D. Windows color (decimal): -12468900 or 6077761. OLE color: 6077761.

HSL color Cylindrical-coordinate representation of color #41BD5C: hue angle of 133.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BD5C is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 189 92 -
CMYK 0.66 0 0.51 0.26
HSL 133.06º 0.49% 0.5% -
HSV(B) 133.06º 0.66% 0.74% -
XYZ 22.31 38.29 16.34 -
YUV 140.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 65 189 92 0.66 0 0.51 0.26 133.06 0.49 0.5
Hex 41 BD 5C 42 0 33 1A 85 31 32
Octal 101 275 134 102 0 63 32 205 61 62
Binary 1000001 10111101 1011100 1000010 0 110011 11010 10000101 110001 110010

Color Harmonies of #41BD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BD5C

Black with #41BD5C

Text Example


Text Example

White with #41BD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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