Html Css Color HEX #339640 Chateau Green

📋 copy color: '#339640'

red 51 ◦ green 150 ◦ blue 64

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

Shades of Chateau Green #339640

Tints of Chateau Green #339640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.6%

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

R = 19.25%
G = 56.6%
B = 24.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#339640 (or 0x339640) is known color: Chateau Green. HEX triplet: 33, 96 and 40. RGB value is (51,150,64). Sum of RGB (Red+Green+Blue) = 51+150+64=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #339640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339640 is #CC69BF. Grayscale: #6E6E6E. Windows color (decimal): -13396416 or 4232755. OLE color: 4232755.

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

Color convert

RGB 51 150 64 -
CMYK 0.66 0 0.57 0.41
HSL 127.88º 0.49% 0.39% -
HSV(B) 127.88º 0.66% 0.59% -
XYZ 13.2 22.89 8.57 -
YUV 110.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 51 150 64 0.66 0 0.57 0.41 127.88 0.49 0.39
Hex 33 96 40 42 0 39 29 80 31 27
Octal 63 226 100 102 0 71 51 200 61 47
Binary 110011 10010110 1000000 1000010 0 111001 101001 10000000 110001 100111

Color Harmonies of #339640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339640

Black with #339640

Text Example


Text Example

White with #339640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339640; }

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

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

background-color css

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

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

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

border-color css

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

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

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