Html Css Color HEX #38960F La Palma

📋 copy color: '#38960F'

red 56 ◦ green 150 ◦ blue 15

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

Shades of La Palma #38960F

Tints of La Palma #38960F

RGB

 RED value IS 56 (22.27% from 255) = 25.34%

 GREEN value IS 150 (58.98% from 255) = 67.87%

 BLUE value IS 15 (6.25% from 255) = 6.79%

R = 25.34%
G = 67.87%
B = 6.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#38960F (or 0x38960F) is known color: La Palma. HEX triplet: 38, 96 and 0F. RGB value is (56,150,15). Sum of RGB (Red+Green+Blue) = 56+150+15=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #38960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38960F is #C769F0. Grayscale: #6A6A6A. Windows color (decimal): -13068785 or 1021496. OLE color: 1021496.

HSL color Cylindrical-coordinate representation of color #38960F: hue angle of 101.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38960F is Cyan = 0.63, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 15 -
CMYK 0.63 0 0.9 0.41
HSL 101.78º 0.82% 0.32% -
HSV(B) 101.78º 0.9% 0.59% -
XYZ 12.62 22.69 4.17 -
YUV 106.5 76.36 91.98 -
System Red Green Blue C M Y K H S L
Decimal 56 150 15 0.63 0 0.9 0.41 101.78 0.82 0.32
Hex 38 96 F 3F 0 5A 29 66 52 20
Octal 70 226 17 77 0 132 51 146 122 40
Binary 111000 10010110 1111 111111 0 1011010 101001 1100110 1010010 100000

Color Harmonies of #38960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38960F

Black with #38960F

Text Example


Text Example

White with #38960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38960F; }

 p { color: rgb(56,150,15); }

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

background-color css

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

 a { background-color: rgb(56,150,15); }

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

border-color css

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

 span { border-color: rgb(56,150,15); }

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