Html Css Color HEX #3F954B Chateau Green

📋 copy color: '#3F954B'

red 63 ◦ green 149 ◦ blue 75

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

Shades of Chateau Green #3F954B

Tints of Chateau Green #3F954B

RGB

 RED value IS 63 (25% from 255) = 21.95%

 GREEN value IS 149 (58.59% from 255) = 51.92%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 21.95%
G = 51.92%
B = 26.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#3F954B (or 0x3F954B) is known color: Chateau Green. HEX triplet: 3F, 95 and 4B. RGB value is (63,149,75). Sum of RGB (Red+Green+Blue) = 63+149+75=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #3F954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F954B is #C06AB4. Grayscale: #737373. Windows color (decimal): -12610229 or 4953407. OLE color: 4953407.

HSL color Cylindrical-coordinate representation of color #3F954B: hue angle of 128.37º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F954B is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 149 75 -
CMYK 0.58 0 0.50 0.42
HSL 128.37º 0.41% 0.42% -
HSV(B) 128.37º 0.58% 0.58% -
XYZ 14.07 23.06 10.37 -
YUV 114.85 105.51 91.02 -
System Red Green Blue C M Y K H S L
Decimal 63 149 75 0.58 0 0.50 0.42 128.37 0.41 0.42
Hex 3F 95 4B 3A 0 32 2A 80 29 2A
Octal 77 225 113 72 0 62 52 200 51 52
Binary 111111 10010101 1001011 111010 0 110010 101010 10000000 101001 101010

Color Harmonies of #3F954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F954B

Black with #3F954B

Text Example


Text Example

White with #3F954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,75); }

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

background-color css

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

 a { background-color: rgb(63,149,75); }

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

border-color css

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

 span { border-color: rgb(63,149,75); }

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