Html Css Color HEX #468A32 La Palma

📋 copy color: '#468A32'

red 70 ◦ green 138 ◦ blue 50

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

Shades of La Palma #468A32

Tints of La Palma #468A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.49%

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 27.13%
G = 53.49%
B = 19.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#468A32 (or 0x468A32) is known color: La Palma. HEX triplet: 46, 8A and 32. RGB value is (70,138,50). Sum of RGB (Red+Green+Blue) = 70+138+50=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #468A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A32 is #B975CD. Grayscale: #6B6B6B. Windows color (decimal): -12154318 or 3312198. OLE color: 3312198.

HSL color Cylindrical-coordinate representation of color #468A32: hue angle of 106.36º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468A32 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 50 -
CMYK 0.49 0 0.64 0.46
HSL 106.36º 0.47% 0.37% -
HSV(B) 106.36º 0.64% 0.54% -
XYZ 12.19 19.71 6.18 -
YUV 107.64 95.47 101.16 -
System Red Green Blue C M Y K H S L
Decimal 70 138 50 0.49 0 0.64 0.46 106.36 0.47 0.37
Hex 46 8A 32 31 0 40 2E 6A 2F 25
Octal 106 212 62 61 0 100 56 152 57 45
Binary 1000110 10001010 110010 110001 0 1000000 101110 1101010 101111 100101

Color Harmonies of #468A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A32

Black with #468A32

Text Example


Text Example

White with #468A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468A32; }

 p { color: rgb(70,138,50); }

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

background-color css

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

 a { background-color: rgb(70,138,50); }

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

border-color css

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

 span { border-color: rgb(70,138,50); }

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