Html Css Color HEX #399401 La Palma

📋 copy color: '#399401'

red 57 ◦ green 148 ◦ blue 1

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

Shades of La Palma #399401

Tints of La Palma #399401

RGB

 RED value IS 57 (22.66% from 255) = 27.67%

 GREEN value IS 148 (58.2% from 255) = 71.84%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 27.67%
G = 71.84%
B = 0.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#399401 (or 0x399401) is known color: La Palma. HEX triplet: 39, 94 and 01. RGB value is (57,148,1). Sum of RGB (Red+Green+Blue) = 57+148+1=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #399401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399401 is #C66BFE. Grayscale: #686868. Windows color (decimal): -13003775 or 103481. OLE color: 103481.

HSL color Cylindrical-coordinate representation of color #399401: hue angle of 97.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #399401 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 148 1 -
CMYK 0.61 0 0.99 0.42
HSL 97.14º 0.99% 0.29% -
HSV(B) 97.14º 0.99% 0.58% -
XYZ 12.28 22.05 3.64 -
YUV 104.03 69.85 94.45 -
System Red Green Blue C M Y K H S L
Decimal 57 148 1 0.61 0 0.99 0.42 97.14 0.99 0.29
Hex 39 94 1 3D 0 63 2A 61 63 1D
Octal 71 224 1 75 0 143 52 141 143 35
Binary 111001 10010100 1 111101 0 1100011 101010 1100001 1100011 11101

Color Harmonies of #399401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399401

Black with #399401

Text Example


Text Example

White with #399401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399401; }

 p { color: rgb(57,148,1); }

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

background-color css

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

 a { background-color: rgb(57,148,1); }

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

border-color css

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

 span { border-color: rgb(57,148,1); }

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