Html Css Color HEX #459401 La Palma

📋 copy color: '#459401'

red 69 ◦ green 148 ◦ blue 1

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

Shades of La Palma #459401

Tints of La Palma #459401

RGB

 RED value IS 69 (27.34% from 255) = 31.65%

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

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

R = 31.65%
G = 67.89%
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

#459401 (or 0x459401) is known color: La Palma. HEX triplet: 45, 94 and 01. RGB value is (69,148,1). Sum of RGB (Red+Green+Blue) = 69+148+1=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #459401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459401 is #BA6BFE. Grayscale: #6C6C6C. Windows color (decimal): -12217343 or 103493. OLE color: 103493.

HSL color Cylindrical-coordinate representation of color #459401: hue angle of 92.24º 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 #459401 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 148 1 -
CMYK 0.53 0 0.99 0.42
HSL 92.24º 0.99% 0.29% -
HSV(B) 92.24º 0.99% 0.58% -
XYZ 13.05 22.45 3.67 -
YUV 107.62 67.83 100.45 -
System Red Green Blue C M Y K H S L
Decimal 69 148 1 0.53 0 0.99 0.42 92.24 0.99 0.29
Hex 45 94 1 35 0 63 2A 5C 63 1D
Octal 105 224 1 65 0 143 52 134 143 35
Binary 1000101 10010100 1 110101 0 1100011 101010 1011100 1100011 11101

Color Harmonies of #459401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459401

Black with #459401

Text Example


Text Example

White with #459401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459401; }

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

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

background-color css

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

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

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

border-color css

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

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

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