Html Css Color HEX #339041 Japanese Laurel

📋 copy color: '#339041'

red 51 ◦ green 144 ◦ blue 65

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

Shades of Japanese Laurel #339041

Tints of Japanese Laurel #339041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25%

R = 19.62%
G = 55.38%
B = 25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#339041 (or 0x339041) is known color: Japanese Laurel. HEX triplet: 33, 90 and 41. RGB value is (51,144,65). Sum of RGB (Red+Green+Blue) = 51+144+65=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #339041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339041 is #CC6FBE. Grayscale: #6B6B6B. Windows color (decimal): -13397951 or 4296755. OLE color: 4296755.

HSL color Cylindrical-coordinate representation of color #339041: hue angle of 129.03º 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 #339041 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 65 -
CMYK 0.65 0 0.55 0.44
HSL 129.03º 0.48% 0.38% -
HSV(B) 129.03º 0.65% 0.56% -
XYZ 12.29 21.03 8.41 -
YUV 107.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 51 144 65 0.65 0 0.55 0.44 129.03 0.48 0.38
Hex 33 90 41 41 0 37 2C 81 30 26
Octal 63 220 101 101 0 67 54 201 60 46
Binary 110011 10010000 1000001 1000001 0 110111 101100 10000001 110000 100110

Color Harmonies of #339041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339041

Black with #339041

Text Example


Text Example

White with #339041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339041; }

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

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

background-color css

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

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

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

border-color css

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

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

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