Html Css Color HEX #378F01 Bilbao

📋 copy color: '#378F01'

red 55 ◦ green 143 ◦ blue 1

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

Shades of Bilbao #378F01

Tints of Bilbao #378F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 71.86%

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

R = 27.64%
G = 71.86%
B = 0.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#378F01 (or 0x378F01) is known color: Bilbao. HEX triplet: 37, 8F and 01. RGB value is (55,143,1). Sum of RGB (Red+Green+Blue) = 55+143+1=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 143 (56.25% from 255 or 71.86% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 143 - color contains mainly: green. Hex color #378F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378F01 is #C870FE. Grayscale: #646464. Windows color (decimal): -13136127 or 102199. OLE color: 102199.

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

Color convert

RGB 55 143 1 -
CMYK 0.62 0 0.99 0.44
HSL 97.18º 0.99% 0.28% -
HSV(B) 97.18º 0.99% 0.56% -
XYZ 11.4 20.46 3.38 -
YUV 100.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 55 143 1 0.62 0 0.99 0.44 97.18 0.99 0.28
Hex 37 8F 1 3E 0 63 2C 61 63 1C
Octal 67 217 1 76 0 143 54 141 143 34
Binary 110111 10001111 1 111110 0 1100011 101100 1100001 1100011 11100

Color Harmonies of #378F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378F01

Black with #378F01

Text Example


Text Example

White with #378F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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