Html Css Color HEX #378001 Bilbao

📋 copy color: '#378001'

red 55 ◦ green 128 ◦ blue 1

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

Shades of Bilbao #378001

Tints of Bilbao #378001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.57%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 29.89%
G = 69.57%
B = 0.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#378001 (or 0x378001) is known color: Bilbao. HEX triplet: 37, 80 and 01. RGB value is (55,128,1). Sum of RGB (Red+Green+Blue) = 55+128+1=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 128 (50.39% from 255 or 69.57% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 128 - color contains mainly: green. Hex color #378001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378001 is #C87FFE. Grayscale: #5C5C5C. Windows color (decimal): -13139967 or 98359. OLE color: 98359.

HSL color Cylindrical-coordinate representation of color #378001: hue angle of 94.49º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #378001 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 1 -
CMYK 0.57 0 0.99 0.50
HSL 94.49º 0.98% 0.25% -
HSV(B) 94.49º 0.99% 0.5% -
XYZ 9.3 16.25 2.68 -
YUV 91.7 76.82 101.83 -
System Red Green Blue C M Y K H S L
Decimal 55 128 1 0.57 0 0.99 0.50 94.49 0.98 0.25
Hex 37 80 1 39 0 63 32 5E 62 19
Octal 67 200 1 71 0 143 62 136 142 31
Binary 110111 10000000 1 111001 0 1100011 110010 1011110 1100010 11001

Color Harmonies of #378001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378001

Black with #378001

Text Example


Text Example

White with #378001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378001; }

 p { color: rgb(55,128,1); }

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

background-color css

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

 a { background-color: rgb(55,128,1); }

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

border-color css

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

 span { border-color: rgb(55,128,1); }

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