#38980B

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

Shades of La Palma #38980B

Tints of La Palma #38980B

Color information

#38980B (or 0x38980B) is unknown color: approx La Palma. HEX triplet: 38, 98 and 0B. RGB value is (56,152,11). Sum of RGB (Red+Green+Blue) = 56+152+11=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 152 (59.77% from 255 or 69.41% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 152 - color contains mainly: green. Hex color #38980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38980B is #C767F4. Grayscale: #6B6B6B. Windows color (decimal): -13068277 or 759864. OLE color: 759864.

HSL color Cylindrical-coordinate representation of color #38980B: hue angle of 100.85º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38980B is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB5615211-
CMYK0.6300.930.40
HSL100.85º86.5%31.96%-
HSV(B)100.85º92.76%59.61%-
XYZ12.9223.324.14-
YUV107.2273.791.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 152 (59.77% from 255) = 69.41%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=25.57%
G=69.41%
B=5.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152110.6300.930.40100.8586.531.96
Hex3898B3F05D28655720
Octal70230137701355014512740
Binary1110001001100010111111110101110110100011001011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38980B; }

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

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

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

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

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

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

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

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