Html Css Color HEX #378D04 Bilbao

📋 copy color: '#378D04'

red 55 ◦ green 141 ◦ blue 4

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

Shades of Bilbao #378D04

Tints of Bilbao #378D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 70.5%

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

R = 27.5%
G = 70.5%
B = 2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#378D04 (or 0x378D04) is known color: Bilbao. HEX triplet: 37, 8D and 04. RGB value is (55,141,4). Sum of RGB (Red+Green+Blue) = 55+141+4=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 141 (55.47% from 255 or 70.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 141 - color contains mainly: green. Hex color #378D04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378D04 is #C872FB. Grayscale: #646464. Windows color (decimal): -13136636 or 298295. OLE color: 298295.

HSL color Cylindrical-coordinate representation of color #378D04: hue angle of 97.66º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #378D04 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 4 -
CMYK 0.61 0 0.97 0.45
HSL 97.66º 0.94% 0.28% -
HSV(B) 97.66º 0.97% 0.55% -
XYZ 11.12 19.87 3.36 -
YUV 99.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 55 141 4 0.61 0 0.97 0.45 97.66 0.94 0.28
Hex 37 8D 4 3D 0 61 2D 62 5E 1C
Octal 67 215 4 75 0 141 55 142 136 34
Binary 110111 10001101 100 111101 0 1100001 101101 1100010 1011110 11100

Color Harmonies of #378D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D04

Black with #378D04

Text Example


Text Example

White with #378D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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