Html Css Color HEX #379004 Bilbao

📋 copy color: '#379004'

red 55 ◦ green 144 ◦ blue 4

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

Shades of Bilbao #379004

Tints of Bilbao #379004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 70.94%

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 27.09%
G = 70.94%
B = 1.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#379004 (or 0x379004) is known color: Bilbao. HEX triplet: 37, 90 and 04. RGB value is (55,144,4). Sum of RGB (Red+Green+Blue) = 55+144+4=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #379004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379004 is #C86FFB. Grayscale: #656565. Windows color (decimal): -13135868 or 299063. OLE color: 299063.

HSL color Cylindrical-coordinate representation of color #379004: hue angle of 98.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #379004 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 144 4 -
CMYK 0.62 0 0.97 0.44
HSL 98.14º 0.95% 0.29% -
HSV(B) 98.14º 0.97% 0.56% -
XYZ 11.57 20.77 3.51 -
YUV 101.43 73.01 94.88 -
System Red Green Blue C M Y K H S L
Decimal 55 144 4 0.62 0 0.97 0.44 98.14 0.95 0.29
Hex 37 90 4 3E 0 61 2C 62 5F 1D
Octal 67 220 4 76 0 141 54 142 137 35
Binary 110111 10010000 100 111110 0 1100001 101100 1100010 1011111 11101

Color Harmonies of #379004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379004

Black with #379004

Text Example


Text Example

White with #379004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379004; }

 p { color: rgb(55,144,4); }

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

background-color css

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

 a { background-color: rgb(55,144,4); }

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

border-color css

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

 span { border-color: rgb(55,144,4); }

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