Html Css Color HEX #468328 La Palma

📋 copy color: '#468328'

red 70 ◦ green 131 ◦ blue 40

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

Shades of La Palma #468328

Tints of La Palma #468328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.36%

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 29.05%
G = 54.36%
B = 16.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#468328 (or 0x468328) is known color: La Palma. HEX triplet: 46, 83 and 28. RGB value is (70,131,40). Sum of RGB (Red+Green+Blue) = 70+131+40=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #468328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468328 is #B97CD7. Grayscale: #666666. Windows color (decimal): -12156120 or 2655046. OLE color: 2655046.

HSL color Cylindrical-coordinate representation of color #468328: hue angle of 100.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468328 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 40 -
CMYK 0.47 0 0.69 0.49
HSL 100.22º 0.53% 0.34% -
HSV(B) 100.22º 0.69% 0.51% -
XYZ 11.03 17.69 4.84 -
YUV 102.39 92.79 104.9 -
System Red Green Blue C M Y K H S L
Decimal 70 131 40 0.47 0 0.69 0.49 100.22 0.53 0.34
Hex 46 83 28 2F 0 45 31 64 35 22
Octal 106 203 50 57 0 105 61 144 65 42
Binary 1000110 10000011 101000 101111 0 1000101 110001 1100100 110101 100010

Color Harmonies of #468328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468328

Black with #468328

Text Example


Text Example

White with #468328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468328; }

 p { color: rgb(70,131,40); }

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

background-color css

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

 a { background-color: rgb(70,131,40); }

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

border-color css

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

 span { border-color: rgb(70,131,40); }

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