Html Css Color HEX #41970E La Palma

📋 copy color: '#41970E'

red 65 ◦ green 151 ◦ blue 14

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

Shades of La Palma #41970E

Tints of La Palma #41970E

RGB

 RED value IS 65 (25.78% from 255) = 28.26%

 GREEN value IS 151 (59.38% from 255) = 65.65%

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

R = 28.26%
G = 65.65%
B = 6.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#41970E (or 0x41970E) is known color: La Palma. HEX triplet: 41, 97 and 0E. RGB value is (65,151,14). Sum of RGB (Red+Green+Blue) = 65+151+14=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #41970E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41970E is #BE68F1. Grayscale: #6E6E6E. Windows color (decimal): -12478706 or 956225. OLE color: 956225.

HSL color Cylindrical-coordinate representation of color #41970E: hue angle of 97.66º 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 #41970E is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 14 -
CMYK 0.57 0 0.91 0.41
HSL 97.66º 0.83% 0.32% -
HSV(B) 97.66º 0.91% 0.59% -
XYZ 13.33 23.29 4.21 -
YUV 109.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 65 151 14 0.57 0 0.91 0.41 97.66 0.83 0.32
Hex 41 97 E 39 0 5B 29 62 53 20
Octal 101 227 16 71 0 133 51 142 123 40
Binary 1000001 10010111 1110 111001 0 1011011 101001 1100010 1010011 100000

Color Harmonies of #41970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41970E

Black with #41970E

Text Example


Text Example

White with #41970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41970E; }

 p { color: rgb(65,151,14); }

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

background-color css

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

 a { background-color: rgb(65,151,14); }

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

border-color css

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

 span { border-color: rgb(65,151,14); }

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