Html Css Color HEX #379002 Bilbao

📋 copy color: '#379002'

red 55 ◦ green 144 ◦ blue 2

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

Shades of Bilbao #379002

Tints of Bilbao #379002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 27.36%
G = 71.64%
B = 1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#379002 (or 0x379002) is known color: Bilbao. HEX triplet: 37, 90 and 02. RGB value is (55,144,2). Sum of RGB (Red+Green+Blue) = 55+144+2=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #379002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379002 is #C86FFD. Grayscale: #656565. Windows color (decimal): -13135870 or 167991. OLE color: 167991.

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

Color convert

RGB 55 144 2 -
CMYK 0.62 0 0.99 0.44
HSL 97.61º 0.97% 0.29% -
HSV(B) 97.61º 0.99% 0.56% -
XYZ 11.56 20.76 3.46 -
YUV 101.2 72.01 95.05 -
System Red Green Blue C M Y K H S L
Decimal 55 144 2 0.62 0 0.99 0.44 97.61 0.97 0.29
Hex 37 90 2 3E 0 63 2C 62 61 1D
Octal 67 220 2 76 0 143 54 142 141 35
Binary 110111 10010000 10 111110 0 1100011 101100 1100010 1100001 11101

Color Harmonies of #379002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379002

Black with #379002

Text Example


Text Example

White with #379002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379002; }

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

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

background-color css

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

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

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

border-color css

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

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

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