Html Css Color HEX #41920D La Palma

📋 copy color: '#41920D'

red 65 ◦ green 146 ◦ blue 13

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

Shades of La Palma #41920D

Tints of La Palma #41920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 65.18%

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

R = 29.02%
G = 65.18%
B = 5.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#41920D (or 0x41920D) is known color: La Palma. HEX triplet: 41, 92 and 0D. RGB value is (65,146,13). Sum of RGB (Red+Green+Blue) = 65+146+13=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #41920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41920D is #BE6DF2. Grayscale: #6B6B6B. Windows color (decimal): -12479987 or 889409. OLE color: 889409.

HSL color Cylindrical-coordinate representation of color #41920D: hue angle of 96.54º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41920D is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 13 -
CMYK 0.55 0 0.91 0.43
HSL 96.54º 0.84% 0.31% -
HSV(B) 96.54º 0.91% 0.57% -
XYZ 12.53 21.71 3.91 -
YUV 106.62 75.16 98.31 -
System Red Green Blue C M Y K H S L
Decimal 65 146 13 0.55 0 0.91 0.43 96.54 0.84 0.31
Hex 41 92 D 37 0 5B 2B 61 54 1F
Octal 101 222 15 67 0 133 53 141 124 37
Binary 1000001 10010010 1101 110111 0 1011011 101011 1100001 1010100 11111

Color Harmonies of #41920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41920D

Black with #41920D

Text Example


Text Example

White with #41920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41920D; }

 p { color: rgb(65,146,13); }

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

background-color css

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

 a { background-color: rgb(65,146,13); }

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

border-color css

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

 span { border-color: rgb(65,146,13); }

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