Html Css Color HEX #389400 La Palma

📋 copy color: '#389400'

red 56 ◦ green 148 ◦ blue 0

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

Shades of La Palma #389400

Tints of La Palma #389400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.45%
G = 72.55%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#389400 (or 0x389400) is known color: La Palma. HEX triplet: 38, 94 and 00. RGB value is (56,148,0). Sum of RGB (Red+Green+Blue) = 56+148+0=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #389400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389400 is #C76BFF. Grayscale: #686868. Windows color (decimal): -13069312 or 37944. OLE color: 37944.

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

Color convert

RGB 56 148 0 -
CMYK 0.62 0 1 0.42
HSL 97.3º 1% 0.29% -
HSV(B) 97.3º 1% 0.58% -
XYZ 12.22 22.02 3.61 -
YUV 103.62 69.52 94.03 -
System Red Green Blue C M Y K H S L
Decimal 56 148 0 0.62 0 1 0.42 97.3 1 0.29
Hex 38 94 0 3E 0 64 2A 61 64 1D
Octal 70 224 0 76 0 144 52 141 144 35
Binary 111000 10010100 0 111110 0 1100100 101010 1100001 1100100 11101

Color Harmonies of #389400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389400

Black with #389400

Text Example


Text Example

White with #389400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389400; }

 p { color: rgb(56,148,0); }

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

background-color css

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

 a { background-color: rgb(56,148,0); }

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

border-color css

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

 span { border-color: rgb(56,148,0); }

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