Html Css Color HEX #398C1F La Palma

📋 copy color: '#398C1F'

red 57 ◦ green 140 ◦ blue 31

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

Shades of La Palma #398C1F

Tints of La Palma #398C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 61.4%

 BLUE value IS 31 (12.5% from 255) = 13.6%

R = 25%
G = 61.4%
B = 13.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#398C1F (or 0x398C1F) is known color: La Palma. HEX triplet: 39, 8C and 1F. RGB value is (57,140,31). Sum of RGB (Red+Green+Blue) = 57+140+31=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #398C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C1F is #C673E0. Grayscale: #676767. Windows color (decimal): -13005793 or 2067513. OLE color: 2067513.

HSL color Cylindrical-coordinate representation of color #398C1F: hue angle of 105.69º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #398C1F is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 140 31 -
CMYK 0.59 0 0.78 0.45
HSL 105.69º 0.64% 0.34% -
HSV(B) 105.69º 0.78% 0.55% -
XYZ 11.31 19.72 4.51 -
YUV 102.76 87.5 95.36 -
System Red Green Blue C M Y K H S L
Decimal 57 140 31 0.59 0 0.78 0.45 105.69 0.64 0.34
Hex 39 8C 1F 3B 0 4E 2D 6A 40 22
Octal 71 214 37 73 0 116 55 152 100 42
Binary 111001 10001100 11111 111011 0 1001110 101101 1101010 1000000 100010

Color Harmonies of #398C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C1F

Black with #398C1F

Text Example


Text Example

White with #398C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398C1F; }

 p { color: rgb(57,140,31); }

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

background-color css

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

 a { background-color: rgb(57,140,31); }

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

border-color css

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

 span { border-color: rgb(57,140,31); }

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