Html Css Color HEX #458330 La Palma

📋 copy color: '#458330'

red 69 ◦ green 131 ◦ blue 48

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

Shades of La Palma #458330

Tints of La Palma #458330

RGB

 RED value IS 69 (27.34% from 255) = 27.82%

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

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 27.82%
G = 52.82%
B = 19.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#458330 (or 0x458330) is known color: La Palma. HEX triplet: 45, 83 and 30. RGB value is (69,131,48). Sum of RGB (Red+Green+Blue) = 69+131+48=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #458330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458330 is #BA7CCF. Grayscale: #676767. Windows color (decimal): -12221648 or 3179333. OLE color: 3179333.

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

Color convert

RGB 69 131 48 -
CMYK 0.47 0 0.63 0.49
HSL 104.82º 0.46% 0.35% -
HSV(B) 104.82º 0.63% 0.51% -
XYZ 11.1 17.71 5.63 -
YUV 103 96.96 103.75 -
System Red Green Blue C M Y K H S L
Decimal 69 131 48 0.47 0 0.63 0.49 104.82 0.46 0.35
Hex 45 83 30 2F 0 3F 31 69 2E 23
Octal 105 203 60 57 0 77 61 151 56 43
Binary 1000101 10000011 110000 101111 0 111111 110001 1101001 101110 100011

Color Harmonies of #458330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458330

Black with #458330

Text Example


Text Example

White with #458330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458330; }

 p { color: rgb(69,131,48); }

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

background-color css

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

 a { background-color: rgb(69,131,48); }

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

border-color css

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

 span { border-color: rgb(69,131,48); }

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