Html Css Color HEX #339540 Chateau Green

📋 copy color: '#339540'

red 51 ◦ green 149 ◦ blue 64

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

Shades of Chateau Green #339540

Tints of Chateau Green #339540

RGB

 RED value IS 51 (20.31% from 255) = 19.32%

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

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 19.32%
G = 56.44%
B = 24.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#339540 (or 0x339540) is known color: Chateau Green. HEX triplet: 33, 95 and 40. RGB value is (51,149,64). Sum of RGB (Red+Green+Blue) = 51+149+64=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #339540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339540 is #CC6ABF. Grayscale: #6E6E6E. Windows color (decimal): -13396672 or 4232499. OLE color: 4232499.

HSL color Cylindrical-coordinate representation of color #339540: hue angle of 127.96º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339540 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 149 64 -
CMYK 0.66 0 0.57 0.42
HSL 127.96º 0.49% 0.39% -
HSV(B) 127.96º 0.66% 0.58% -
XYZ 13.04 22.57 8.52 -
YUV 110.01 102.03 85.91 -
System Red Green Blue C M Y K H S L
Decimal 51 149 64 0.66 0 0.57 0.42 127.96 0.49 0.39
Hex 33 95 40 42 0 39 2A 80 31 27
Octal 63 225 100 102 0 71 52 200 61 47
Binary 110011 10010101 1000000 1000010 0 111001 101010 10000000 110001 100111

Color Harmonies of #339540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339540

Black with #339540

Text Example


Text Example

White with #339540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339540; }

 p { color: rgb(51,149,64); }

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

background-color css

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

 a { background-color: rgb(51,149,64); }

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

border-color css

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

 span { border-color: rgb(51,149,64); }

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