Html Css Color HEX #378401 Bilbao

📋 copy color: '#378401'

red 55 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #378401

Tints of Bilbao #378401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.21%

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

R = 29.26%
G = 70.21%
B = 0.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#378401 (or 0x378401) is known color: Bilbao. HEX triplet: 37, 84 and 01. RGB value is (55,132,1). Sum of RGB (Red+Green+Blue) = 55+132+1=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 132 (51.95% from 255 or 70.21% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 132 - color contains mainly: green. Hex color #378401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378401 is #C87BFE. Grayscale: #5E5E5E. Windows color (decimal): -13138943 or 99383. OLE color: 99383.

HSL color Cylindrical-coordinate representation of color #378401: hue angle of 95.27º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #378401 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 1 -
CMYK 0.58 0 0.99 0.48
HSL 95.27º 0.98% 0.26% -
HSV(B) 95.27º 0.99% 0.52% -
XYZ 9.83 17.32 2.85 -
YUV 94.04 75.49 100.15 -
System Red Green Blue C M Y K H S L
Decimal 55 132 1 0.58 0 0.99 0.48 95.27 0.98 0.26
Hex 37 84 1 3A 0 63 30 5F 62 1A
Octal 67 204 1 72 0 143 60 137 142 32
Binary 110111 10000100 1 111010 0 1100011 110000 1011111 1100010 11010

Color Harmonies of #378401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378401

Black with #378401

Text Example


Text Example

White with #378401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378401; }

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

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

background-color css

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

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

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

border-color css

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

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

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