Html Css Color HEX #41970F La Palma

📋 copy color: '#41970F'

red 65 ◦ green 151 ◦ blue 15

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

Shades of La Palma #41970F

Tints of La Palma #41970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 28.14%
G = 65.37%
B = 6.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#41970F (or 0x41970F) is known color: La Palma. HEX triplet: 41, 97 and 0F. RGB value is (65,151,15). Sum of RGB (Red+Green+Blue) = 65+151+15=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #41970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41970F is #BE68F0. Grayscale: #6E6E6E. Windows color (decimal): -12478705 or 1021761. OLE color: 1021761.

HSL color Cylindrical-coordinate representation of color #41970F: hue angle of 97.94º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41970F is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 15 -
CMYK 0.57 0 0.90 0.41
HSL 97.94º 0.82% 0.33% -
HSV(B) 97.94º 0.9% 0.59% -
XYZ 13.33 23.29 4.24 -
YUV 109.78 74.51 96.06 -
System Red Green Blue C M Y K H S L
Decimal 65 151 15 0.57 0 0.90 0.41 97.94 0.82 0.33
Hex 41 97 F 39 0 5A 29 62 52 21
Octal 101 227 17 71 0 132 51 142 122 41
Binary 1000001 10010111 1111 111001 0 1011010 101001 1100010 1010010 100001

Color Harmonies of #41970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41970F

Black with #41970F

Text Example


Text Example

White with #41970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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