Html Css Color HEX #378003 Bilbao

📋 copy color: '#378003'

red 55 ◦ green 128 ◦ blue 3

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

Shades of Bilbao #378003

Tints of Bilbao #378003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.61%

R = 29.57%
G = 68.82%
B = 1.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#378003 (or 0x378003) is known color: Bilbao. HEX triplet: 37, 80 and 03. RGB value is (55,128,3). Sum of RGB (Red+Green+Blue) = 55+128+3=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #378003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378003 is #C87FFC. Grayscale: #5C5C5C. Windows color (decimal): -13139965 or 229431. OLE color: 229431.

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

Color convert

RGB 55 128 3 -
CMYK 0.57 0 0.98 0.50
HSL 95.04º 0.95% 0.26% -
HSV(B) 95.04º 0.98% 0.5% -
XYZ 9.31 16.26 2.73 -
YUV 91.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 55 128 3 0.57 0 0.98 0.50 95.04 0.95 0.26
Hex 37 80 3 39 0 62 32 5F 5F 1A
Octal 67 200 3 71 0 142 62 137 137 32
Binary 110111 10000000 11 111001 0 1100010 110010 1011111 1011111 11010

Color Harmonies of #378003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378003

Black with #378003

Text Example


Text Example

White with #378003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378003; }

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

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

background-color css

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

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

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

border-color css

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

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

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