Html Css Color HEX #469307 La Palma

📋 copy color: '#469307'

red 70 ◦ green 147 ◦ blue 7

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

Shades of La Palma #469307

Tints of La Palma #469307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.13%

R = 31.25%
G = 65.63%
B = 3.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#469307 (or 0x469307) is known color: La Palma. HEX triplet: 46, 93 and 07. RGB value is (70,147,7). Sum of RGB (Red+Green+Blue) = 70+147+7=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #469307 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469307 is #B96CF8. Grayscale: #6C6C6C. Windows color (decimal): -12152057 or 496454. OLE color: 496454.

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

Color convert

RGB 70 147 7 -
CMYK 0.52 0 0.95 0.42
HSL 93º 0.91% 0.3% -
HSV(B) 93º 0.95% 0.58% -
XYZ 13 22.18 3.8 -
YUV 108.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 70 147 7 0.52 0 0.95 0.42 93 0.91 0.3
Hex 46 93 7 34 0 5F 2A 5D 5B 1E
Octal 106 223 7 64 0 137 52 135 133 36
Binary 1000110 10010011 111 110100 0 1011111 101010 1011101 1011011 11110

Color Harmonies of #469307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469307

Black with #469307

Text Example


Text Example

White with #469307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469307; }

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

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

background-color css

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

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

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

border-color css

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

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

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