Html Css Color HEX #3CB65B Chateau Green

📋 copy color: '#3CB65B'

red 60 ◦ green 182 ◦ blue 91

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

Shades of Chateau Green #3CB65B

Tints of Chateau Green #3CB65B

RGB

 RED value IS 60 (23.83% from 255) = 18.02%

 GREEN value IS 182 (71.48% from 255) = 54.65%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 18.02%
G = 54.65%
B = 27.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#3CB65B (or 0x3CB65B) is known color: Chateau Green. HEX triplet: 3C, B6 and 5B. RGB value is (60,182,91). Sum of RGB (Red+Green+Blue) = 60+182+91=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB65B is #C349A4. Grayscale: #878787. Windows color (decimal): -12798373 or 6010428. OLE color: 6010428.

HSL color Cylindrical-coordinate representation of color #3CB65B: hue angle of 135.25º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB65B is Cyan = 0.67, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 182 91 -
CMYK 0.67 0 0.5 0.29
HSL 135.25º 0.5% 0.47% -
HSV(B) 135.25º 0.67% 0.71% -
XYZ 20.48 35.17 15.61 -
YUV 135.15 103.08 74.4 -
System Red Green Blue C M Y K H S L
Decimal 60 182 91 0.67 0 0.5 0.29 135.25 0.5 0.47
Hex 3C B6 5B 43 0 32 1D 87 32 2F
Octal 74 266 133 103 0 62 35 207 62 57
Binary 111100 10110110 1011011 1000011 0 110010 11101 10000111 110010 101111

Color Harmonies of #3CB65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB65B

Black with #3CB65B

Text Example


Text Example

White with #3CB65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CB65B; }

 p { color: rgb(60,182,91); }

 H1.HeaderClassName
 {
   color: #3CB65B;
 }
 .AnyTagClassName
 {
   color: #3CB65B;
 }
</style>

background-color css

<style>
 a { background-color: #3CB65B; }

 a { background-color: rgb(60,182,91); }

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

border-color css

<style>
 span { border-color: #3CB65B; }

 span { border-color: rgb(60,182,91); }

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