Html Css Color HEX #3A950D La Palma

📋 copy color: '#3A950D'

red 58 ◦ green 149 ◦ blue 13

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

Shades of La Palma #3A950D

Tints of La Palma #3A950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.73%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 26.36%
G = 67.73%
B = 5.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#3A950D (or 0x3A950D) is known color: La Palma. HEX triplet: 3A, 95 and 0D. RGB value is (58,149,13). Sum of RGB (Red+Green+Blue) = 58+149+13=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #3A950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A950D is #C56AF2. Grayscale: #6A6A6A. Windows color (decimal): -12937971 or 890170. OLE color: 890170.

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

Color convert

RGB 58 149 13 -
CMYK 0.61 0 0.91 0.42
HSL 100.15º 0.84% 0.32% -
HSV(B) 100.15º 0.91% 0.58% -
XYZ 12.57 22.42 4.05 -
YUV 106.29 75.35 93.56 -
System Red Green Blue C M Y K H S L
Decimal 58 149 13 0.61 0 0.91 0.42 100.15 0.84 0.32
Hex 3A 95 D 3D 0 5B 2A 64 54 20
Octal 72 225 15 75 0 133 52 144 124 40
Binary 111010 10010101 1101 111101 0 1011011 101010 1100100 1010100 100000

Color Harmonies of #3A950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A950D

Black with #3A950D

Text Example


Text Example

White with #3A950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,149,13); }

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

background-color css

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

 a { background-color: rgb(58,149,13); }

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

border-color css

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

 span { border-color: rgb(58,149,13); }

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