Html Css Color HEX #379B16 La Palma

📋 copy color: '#379B16'

red 55 ◦ green 155 ◦ blue 22

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

Shades of La Palma #379B16

Tints of La Palma #379B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 23.71%
G = 66.81%
B = 9.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#379B16 (or 0x379B16) is known color: La Palma. HEX triplet: 37, 9B and 16. RGB value is (55,155,22). Sum of RGB (Red+Green+Blue) = 55+155+22=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 155 (60.94% from 255 or 66.81% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 155 - color contains mainly: green. Hex color #379B16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379B16 is #C864E9. Grayscale: #6E6E6E. Windows color (decimal): -13133034 or 1481527. OLE color: 1481527.

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

Color convert

RGB 55 155 22 -
CMYK 0.65 0 0.86 0.39
HSL 105.11º 0.75% 0.35% -
HSV(B) 105.11º 0.86% 0.61% -
XYZ 13.44 24.31 4.74 -
YUV 109.94 78.37 88.81 -
System Red Green Blue C M Y K H S L
Decimal 55 155 22 0.65 0 0.86 0.39 105.11 0.75 0.35
Hex 37 9B 16 41 0 56 27 69 4B 23
Octal 67 233 26 101 0 126 47 151 113 43
Binary 110111 10011011 10110 1000001 0 1010110 100111 1101001 1001011 100011

Color Harmonies of #379B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B16

Black with #379B16

Text Example


Text Example

White with #379B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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