Html Css Color HEX #3A960E La Palma

📋 copy color: '#3A960E'

red 58 ◦ green 150 ◦ blue 14

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

Shades of La Palma #3A960E

Tints of La Palma #3A960E

RGB

 RED value IS 58 (23.05% from 255) = 26.13%

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 26.13%
G = 67.57%
B = 6.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#3A960E (or 0x3A960E) is known color: La Palma. HEX triplet: 3A, 96 and 0E. RGB value is (58,150,14). Sum of RGB (Red+Green+Blue) = 58+150+14=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #3A960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A960E is #C569F1. Grayscale: #6B6B6B. Windows color (decimal): -12937714 or 955962. OLE color: 955962.

HSL color Cylindrical-coordinate representation of color #3A960E: hue angle of 100.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A960E is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 150 14 -
CMYK 0.61 0 0.91 0.41
HSL 100.59º 0.83% 0.32% -
HSV(B) 100.59º 0.91% 0.59% -
XYZ 12.73 22.74 4.13 -
YUV 106.99 75.52 93.06 -
System Red Green Blue C M Y K H S L
Decimal 58 150 14 0.61 0 0.91 0.41 100.59 0.83 0.32
Hex 3A 96 E 3D 0 5B 29 65 53 20
Octal 72 226 16 75 0 133 51 145 123 40
Binary 111010 10010110 1110 111101 0 1011011 101001 1100101 1010011 100000

Color Harmonies of #3A960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A960E

Black with #3A960E

Text Example


Text Example

White with #3A960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A960E; }

 p { color: rgb(58,150,14); }

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

background-color css

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

 a { background-color: rgb(58,150,14); }

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

border-color css

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

 span { border-color: rgb(58,150,14); }

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