Html Css Color HEX #469300 La Palma

📋 copy color: '#469300'

red 70 ◦ green 147 ◦ blue 0

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

Shades of La Palma #469300

Tints of La Palma #469300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 67.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.26%
G = 67.74%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#469300 (or 0x469300) is known color: La Palma. HEX triplet: 46, 93 and 00. RGB value is (70,147,0). Sum of RGB (Red+Green+Blue) = 70+147+0=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #469300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469300 is #B96CFF. Grayscale: #6B6B6B. Windows color (decimal): -12152064 or 37702. OLE color: 37702.

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

Color convert

RGB 70 147 0 -
CMYK 0.52 0 1 0.42
HSL 91.43º 1% 0.29% -
HSV(B) 91.43º 1% 0.58% -
XYZ 12.96 22.17 3.6 -
YUV 107.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 70 147 0 0.52 0 1 0.42 91.43 1 0.29
Hex 46 93 0 34 0 64 2A 5B 64 1D
Octal 106 223 0 64 0 144 52 133 144 35
Binary 1000110 10010011 0 110100 0 1100100 101010 1011011 1100100 11101

Color Harmonies of #469300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469300

Black with #469300

Text Example


Text Example

White with #469300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469300; }

 p { color: rgb(70,147,0); }

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

background-color css

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

 a { background-color: rgb(70,147,0); }

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

border-color css

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

 span { border-color: rgb(70,147,0); }

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