Html Css Color HEX #339040 Japanese Laurel

📋 copy color: '#339040'

red 51 ◦ green 144 ◦ blue 64

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

Shades of Japanese Laurel #339040

Tints of Japanese Laurel #339040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.6%

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

R = 19.69%
G = 55.6%
B = 24.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#339040 (or 0x339040) is known color: Japanese Laurel. HEX triplet: 33, 90 and 40. RGB value is (51,144,64). Sum of RGB (Red+Green+Blue) = 51+144+64=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #339040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339040 is #CC6FBF. Grayscale: #6B6B6B. Windows color (decimal): -13397952 or 4231219. OLE color: 4231219.

HSL color Cylindrical-coordinate representation of color #339040: hue angle of 128.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339040 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 64 -
CMYK 0.65 0 0.56 0.44
HSL 128.39º 0.48% 0.38% -
HSV(B) 128.39º 0.65% 0.56% -
XYZ 12.26 21.02 8.26 -
YUV 107.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 51 144 64 0.65 0 0.56 0.44 128.39 0.48 0.38
Hex 33 90 40 41 0 38 2C 80 30 26
Octal 63 220 100 101 0 70 54 200 60 46
Binary 110011 10010000 1000000 1000001 0 111000 101100 10000000 110000 100110

Color Harmonies of #339040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339040

Black with #339040

Text Example


Text Example

White with #339040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339040; }

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

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

background-color css

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

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

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

border-color css

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

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

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