Html Css Color HEX #469401 La Palma

📋 copy color: '#469401'

red 70 ◦ green 148 ◦ blue 1

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

Shades of La Palma #469401

Tints of La Palma #469401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 67.58%

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

R = 31.96%
G = 67.58%
B = 0.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#469401 (or 0x469401) is known color: La Palma. HEX triplet: 46, 94 and 01. RGB value is (70,148,1). Sum of RGB (Red+Green+Blue) = 70+148+1=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 148 (58.20% from 255 or 67.58% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 148 - color contains mainly: green. Hex color #469401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469401 is #B96BFE. Grayscale: #6C6C6C. Windows color (decimal): -12151807 or 103494. OLE color: 103494.

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

Color convert

RGB 70 148 1 -
CMYK 0.53 0 0.99 0.42
HSL 91.84º 0.99% 0.29% -
HSV(B) 91.84º 0.99% 0.58% -
XYZ 13.12 22.48 3.68 -
YUV 107.92 67.66 100.95 -
System Red Green Blue C M Y K H S L
Decimal 70 148 1 0.53 0 0.99 0.42 91.84 0.99 0.29
Hex 46 94 1 35 0 63 2A 5C 63 1D
Octal 106 224 1 65 0 143 52 134 143 35
Binary 1000110 10010100 1 110101 0 1100011 101010 1011100 1100011 11101

Color Harmonies of #469401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469401

Black with #469401

Text Example


Text Example

White with #469401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469401; }

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

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

background-color css

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

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

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

border-color css

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

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

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