Html Css Color HEX #468334 La Palma

📋 copy color: '#468334'

red 70 ◦ green 131 ◦ blue 52

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

Shades of La Palma #468334

Tints of La Palma #468334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 27.67%
G = 51.78%
B = 20.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#468334 (or 0x468334) is known color: La Palma. HEX triplet: 46, 83 and 34. RGB value is (70,131,52). Sum of RGB (Red+Green+Blue) = 70+131+52=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #468334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468334 is #B97CCB. Grayscale: #686868. Windows color (decimal): -12156108 or 3441478. OLE color: 3441478.

HSL color Cylindrical-coordinate representation of color #468334: hue angle of 106.33º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468334 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 52 -
CMYK 0.47 0 0.60 0.49
HSL 106.33º 0.43% 0.36% -
HSV(B) 106.33º 0.6% 0.51% -
XYZ 11.26 17.78 6.09 -
YUV 103.76 98.79 103.92 -
System Red Green Blue C M Y K H S L
Decimal 70 131 52 0.47 0 0.60 0.49 106.33 0.43 0.36
Hex 46 83 34 2F 0 3C 31 6A 2B 24
Octal 106 203 64 57 0 74 61 152 53 44
Binary 1000110 10000011 110100 101111 0 111100 110001 1101010 101011 100100

Color Harmonies of #468334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468334

Black with #468334

Text Example


Text Example

White with #468334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468334; }

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

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

background-color css

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

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

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

border-color css

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

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

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