#38982A

Color #38982A La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #38982A

Tints of La Palma #38982A

Color information

#38982A (or 0x38982A) is unknown color: approx La Palma. HEX triplet: 38, 98 and 2A. RGB value is (56,152,42). Sum of RGB (Red+Green+Blue) = 56+152+42=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #38982A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38982A is #C767D5. Grayscale: #6F6F6F. Windows color (decimal): -13068246 or 2791480. OLE color: 2791480.

HSL color Cylindrical-coordinate representation of color #38982A: hue angle of 112.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38982A is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB5615242-
CMYK0.6300.720.40
HSL112.36º56.7%38.04%-
HSV(B)112.36º72.37%59.61%-
XYZ13.2823.466.02-
YUV110.7689.288.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 152 (59.77% from 255) = 60.8%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=22.4%
G=60.8%
B=16.8%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152420.6300.720.40112.3656.738.04
Hex38982A3F04828703926
Octal7023052770110501607146
Binary11100010011000101010111111010010001010001110000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38982A; }

 p { color: rgb(56,152,42); }

 H1.HeaderClassName
 {
   color: #38982A;
 }
 .AnyTagClassName
 {
   color: #38982A;
 }
</style>
background-color css

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

 a { background-color: rgb(56,152,42); }

 div.DivClassName
 {
   background-color: #38982A;
 }
 .BgClassName
 {
   background-color: #38982A;
 }
</style>
border-color css

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

 span { border-color: rgb(56,152,42); }

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