Html Css Color HEX #469C27 La Palma

📋 copy color: '#469C27'

red 70 ◦ green 156 ◦ blue 39

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

Shades of La Palma #469C27

Tints of La Palma #469C27

RGB

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

 GREEN value IS 156 (61.33% from 255) = 58.87%

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 26.42%
G = 58.87%
B = 14.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#469C27 (or 0x469C27) is known color: La Palma. HEX triplet: 46, 9C and 27. RGB value is (70,156,39). Sum of RGB (Red+Green+Blue) = 70+156+39=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #469C27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C27 is #B963D8. Grayscale: #757575. Windows color (decimal): -12149721 or 2595910. OLE color: 2595910.

HSL color Cylindrical-coordinate representation of color #469C27: hue angle of 104.1º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #469C27 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 39 -
CMYK 0.55 0 0.75 0.39
HSL 104.1º 0.6% 0.38% -
HSV(B) 104.1º 0.75% 0.61% -
XYZ 14.78 25.23 6.01 -
YUV 116.95 84.01 94.51 -
System Red Green Blue C M Y K H S L
Decimal 70 156 39 0.55 0 0.75 0.39 104.1 0.6 0.38
Hex 46 9C 27 37 0 4B 27 68 3C 26
Octal 106 234 47 67 0 113 47 150 74 46
Binary 1000110 10011100 100111 110111 0 1001011 100111 1101000 111100 100110

Color Harmonies of #469C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C27

Black with #469C27

Text Example


Text Example

White with #469C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C27; }

 p { color: rgb(70,156,39); }

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

background-color css

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

 a { background-color: rgb(70,156,39); }

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

border-color css

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

 span { border-color: rgb(70,156,39); }

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