Html Css Color HEX #379B18 La Palma

📋 copy color: '#379B18'

red 55 ◦ green 155 ◦ blue 24

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

Shades of La Palma #379B18

Tints of La Palma #379B18

RGB

 RED value IS 55 (21.88% from 255) = 23.5%

 GREEN value IS 155 (60.94% from 255) = 66.24%

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 23.5%
G = 66.24%
B = 10.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#379B18 (or 0x379B18) is known color: La Palma. HEX triplet: 37, 9B and 18. RGB value is (55,155,24). Sum of RGB (Red+Green+Blue) = 55+155+24=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #379B18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379B18 is #C864E7. Grayscale: #6E6E6E. Windows color (decimal): -13133032 or 1612599. OLE color: 1612599.

HSL color Cylindrical-coordinate representation of color #379B18: hue angle of 105.8º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #379B18 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 155 24 -
CMYK 0.65 0 0.85 0.39
HSL 105.8º 0.73% 0.35% -
HSV(B) 105.8º 0.85% 0.61% -
XYZ 13.46 24.32 4.85 -
YUV 110.17 79.37 88.65 -
System Red Green Blue C M Y K H S L
Decimal 55 155 24 0.65 0 0.85 0.39 105.8 0.73 0.35
Hex 37 9B 18 41 0 55 27 6A 49 23
Octal 67 233 30 101 0 125 47 152 111 43
Binary 110111 10011011 11000 1000001 0 1010101 100111 1101010 1001001 100011

Color Harmonies of #379B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B18

Black with #379B18

Text Example


Text Example

White with #379B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379B18; }

 p { color: rgb(55,155,24); }

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

background-color css

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

 a { background-color: rgb(55,155,24); }

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

border-color css

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

 span { border-color: rgb(55,155,24); }

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