Html Css Color HEX #3FB255 Chateau Green

📋 copy color: '#3FB255'

red 63 ◦ green 178 ◦ blue 85

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

Shades of Chateau Green #3FB255

Tints of Chateau Green #3FB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 19.33%
G = 54.6%
B = 26.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#3FB255 (or 0x3FB255) is known color: Chateau Green. HEX triplet: 3F, B2 and 55. RGB value is (63,178,85). Sum of RGB (Red+Green+Blue) = 63+178+85=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB255 is #C04DAA. Grayscale: #858585. Windows color (decimal): -12602795 or 5616191. OLE color: 5616191.

HSL color Cylindrical-coordinate representation of color #3FB255: hue angle of 131.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB255 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 178 85 -
CMYK 0.65 0 0.52 0.30
HSL 131.48º 0.48% 0.47% -
HSV(B) 131.48º 0.65% 0.7% -
XYZ 19.61 33.55 14.04 -
YUV 133.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 63 178 85 0.65 0 0.52 0.30 131.48 0.48 0.47
Hex 3F B2 55 41 0 34 1E 83 30 2F
Octal 77 262 125 101 0 64 36 203 60 57
Binary 111111 10110010 1010101 1000001 0 110100 11110 10000011 110000 101111

Color Harmonies of #3FB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB255

Black with #3FB255

Text Example


Text Example

White with #3FB255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,178,85); }

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

background-color css

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

 a { background-color: rgb(63,178,85); }

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

border-color css

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

 span { border-color: rgb(63,178,85); }

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