Html Css Color HEX #409402 La Palma

📋 copy color: '#409402'

red 64 ◦ green 148 ◦ blue 2

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

Shades of La Palma #409402

Tints of La Palma #409402

RGB

 RED value IS 64 (25.39% from 255) = 29.91%

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 29.91%
G = 69.16%
B = 0.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#409402 (or 0x409402) is known color: La Palma. HEX triplet: 40, 94 and 02. RGB value is (64,148,2). Sum of RGB (Red+Green+Blue) = 64+148+2=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #409402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409402 is #BF6BFD. Grayscale: #6A6A6A. Windows color (decimal): -12545022 or 169024. OLE color: 169024.

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

Color convert

RGB 64 148 2 -
CMYK 0.57 0 0.99 0.42
HSL 94.52º 0.97% 0.29% -
HSV(B) 94.52º 0.99% 0.58% -
XYZ 12.72 22.27 3.69 -
YUV 106.24 69.17 97.87 -
System Red Green Blue C M Y K H S L
Decimal 64 148 2 0.57 0 0.99 0.42 94.52 0.97 0.29
Hex 40 94 2 39 0 63 2A 5F 61 1D
Octal 100 224 2 71 0 143 52 137 141 35
Binary 1000000 10010100 10 111001 0 1100011 101010 1011111 1100001 11101

Color Harmonies of #409402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409402

Black with #409402

Text Example


Text Example

White with #409402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409402; }

 p { color: rgb(64,148,2); }

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

background-color css

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

 a { background-color: rgb(64,148,2); }

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

border-color css

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

 span { border-color: rgb(64,148,2); }

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