Html Css Color HEX #469101 La Palma

📋 copy color: '#469101'

red 70 ◦ green 145 ◦ blue 1

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

Shades of La Palma #469101

Tints of La Palma #469101

RGB

 RED value IS 70 (27.73% from 255) = 32.41%

 GREEN value IS 145 (57.03% from 255) = 67.13%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 32.41%
G = 67.13%
B = 0.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#469101 (or 0x469101) is known color: La Palma. HEX triplet: 46, 91 and 01. RGB value is (70,145,1). Sum of RGB (Red+Green+Blue) = 70+145+1=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #469101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469101 is #B96EFE. Grayscale: #6A6A6A. Windows color (decimal): -12152575 or 102726. OLE color: 102726.

HSL color Cylindrical-coordinate representation of color #469101: hue angle of 91.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #469101 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 1 -
CMYK 0.52 0 0.99 0.43
HSL 91.25º 0.99% 0.29% -
HSV(B) 91.25º 0.99% 0.57% -
XYZ 12.66 21.56 3.52 -
YUV 106.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 70 145 1 0.52 0 0.99 0.43 91.25 0.99 0.29
Hex 46 91 1 34 0 63 2B 5B 63 1D
Octal 106 221 1 64 0 143 53 133 143 35
Binary 1000110 10010001 1 110100 0 1100011 101011 1011011 1100011 11101

Color Harmonies of #469101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469101

Black with #469101

Text Example


Text Example

White with #469101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469101; }

 p { color: rgb(70,145,1); }

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

background-color css

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

 a { background-color: rgb(70,145,1); }

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

border-color css

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

 span { border-color: rgb(70,145,1); }

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