Html Css Color HEX #378C01 Bilbao

📋 copy color: '#378C01'

red 55 ◦ green 140 ◦ blue 1

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

Shades of Bilbao #378C01

Tints of Bilbao #378C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 71.43%

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

R = 28.06%
G = 71.43%
B = 0.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#378C01 (or 0x378C01) is known color: Bilbao. HEX triplet: 37, 8C and 01. RGB value is (55,140,1). Sum of RGB (Red+Green+Blue) = 55+140+1=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #378C01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378C01 is #C873FE. Grayscale: #636363. Windows color (decimal): -13136895 or 101431. OLE color: 101431.

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

Color convert

RGB 55 140 1 -
CMYK 0.61 0 0.99 0.45
HSL 96.69º 0.99% 0.28% -
HSV(B) 96.69º 0.99% 0.55% -
XYZ 10.96 19.57 3.23 -
YUV 98.74 72.84 96.8 -
System Red Green Blue C M Y K H S L
Decimal 55 140 1 0.61 0 0.99 0.45 96.69 0.99 0.28
Hex 37 8C 1 3D 0 63 2D 61 63 1C
Octal 67 214 1 75 0 143 55 141 143 34
Binary 110111 10001100 1 111101 0 1100011 101101 1100001 1100011 11100

Color Harmonies of #378C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C01

Black with #378C01

Text Example


Text Example

White with #378C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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