Html Css Color HEX #3CA65B Chateau Green

📋 copy color: '#3CA65B'

red 60 ◦ green 166 ◦ blue 91

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

Shades of Chateau Green #3CA65B

Tints of Chateau Green #3CA65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.37%

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

R = 18.93%
G = 52.37%
B = 28.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#3CA65B (or 0x3CA65B) is known color: Chateau Green. HEX triplet: 3C, A6 and 5B. RGB value is (60,166,91). Sum of RGB (Red+Green+Blue) = 60+166+91=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA65B is #C359A4. Grayscale: #7D7D7D. Windows color (decimal): -12802469 or 6006332. OLE color: 6006332.

HSL color Cylindrical-coordinate representation of color #3CA65B: hue angle of 137.55º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA65B is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 91 -
CMYK 0.64 0 0.45 0.35
HSL 137.55º 0.47% 0.44% -
HSV(B) 137.55º 0.64% 0.65% -
XYZ 17.39 28.99 14.58 -
YUV 125.76 108.38 81.1 -
System Red Green Blue C M Y K H S L
Decimal 60 166 91 0.64 0 0.45 0.35 137.55 0.47 0.44
Hex 3C A6 5B 40 0 2D 23 8A 2F 2C
Octal 74 246 133 100 0 55 43 212 57 54
Binary 111100 10100110 1011011 1000000 0 101101 100011 10001010 101111 101100

Color Harmonies of #3CA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA65B

Black with #3CA65B

Text Example


Text Example

White with #3CA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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