Html Css Color HEX #469C1F La Palma

📋 copy color: '#469C1F'

red 70 ◦ green 156 ◦ blue 31

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

Shades of La Palma #469C1F

Tints of La Palma #469C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60.7%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 27.24%
G = 60.7%
B = 12.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#469C1F (or 0x469C1F) is known color: La Palma. HEX triplet: 46, 9C and 1F. RGB value is (70,156,31). Sum of RGB (Red+Green+Blue) = 70+156+31=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 156 (61.33% from 255 or 60.70% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 156 - color contains mainly: green. Hex color #469C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C1F is #B963E0. Grayscale: #747474. Windows color (decimal): -12149729 or 2071622. OLE color: 2071622.

HSL color Cylindrical-coordinate representation of color #469C1F: hue angle of 101.28º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #469C1F is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 31 -
CMYK 0.55 0 0.80 0.39
HSL 101.28º 0.67% 0.37% -
HSV(B) 101.28º 0.8% 0.61% -
XYZ 14.66 25.18 5.38 -
YUV 116.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 70 156 31 0.55 0 0.80 0.39 101.28 0.67 0.37
Hex 46 9C 1F 37 0 50 27 65 43 25
Octal 106 234 37 67 0 120 47 145 103 45
Binary 1000110 10011100 11111 110111 0 1010000 100111 1100101 1000011 100101

Color Harmonies of #469C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C1F

Black with #469C1F

Text Example


Text Example

White with #469C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C1F; }

 p { color: rgb(70,156,31); }

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

background-color css

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

 a { background-color: rgb(70,156,31); }

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

border-color css

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

 span { border-color: rgb(70,156,31); }

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