Html Css Color HEX #339314 La Palma

📋 copy color: '#339314'

red 51 ◦ green 147 ◦ blue 20

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

Shades of La Palma #339314

Tints of La Palma #339314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 67.43%

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 23.39%
G = 67.43%
B = 9.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#339314 (or 0x339314) is known color: La Palma. HEX triplet: 33, 93 and 14. RGB value is (51,147,20). Sum of RGB (Red+Green+Blue) = 51+147+20=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #339314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339314 is #CC6CEB. Grayscale: #686868. Windows color (decimal): -13397228 or 1348403. OLE color: 1348403.

HSL color Cylindrical-coordinate representation of color #339314: hue angle of 105.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #339314 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 147 20 -
CMYK 0.65 0 0.86 0.42
HSL 105.35º 0.76% 0.33% -
HSV(B) 105.35º 0.86% 0.58% -
XYZ 11.93 21.62 4.21 -
YUV 103.82 80.7 90.33 -
System Red Green Blue C M Y K H S L
Decimal 51 147 20 0.65 0 0.86 0.42 105.35 0.76 0.33
Hex 33 93 14 41 0 56 2A 69 4C 21
Octal 63 223 24 101 0 126 52 151 114 41
Binary 110011 10010011 10100 1000001 0 1010110 101010 1101001 1001100 100001

Color Harmonies of #339314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339314

Black with #339314

Text Example


Text Example

White with #339314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339314; }

 p { color: rgb(51,147,20); }

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

background-color css

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

 a { background-color: rgb(51,147,20); }

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

border-color css

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

 span { border-color: rgb(51,147,20); }

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