Html Css Color HEX #377F01 Bilbao

📋 copy color: '#377F01'

red 55 ◦ green 127 ◦ blue 1

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

Shades of Bilbao #377F01

Tints of Bilbao #377F01

RGB

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

 GREEN value IS 127 (50% from 255) = 69.4%

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

R = 30.05%
G = 69.4%
B = 0.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#377F01 (or 0x377F01) is known color: Bilbao. HEX triplet: 37, 7F and 01. RGB value is (55,127,1). Sum of RGB (Red+Green+Blue) = 55+127+1=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 127 (50% from 255 or 69.40% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 127 - color contains mainly: green. Hex color #377F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F01 is #C880FE. Grayscale: #5B5B5B. Windows color (decimal): -13140223 or 98103. OLE color: 98103.

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

Color convert

RGB 55 127 1 -
CMYK 0.57 0 0.99 0.50
HSL 94.29º 0.98% 0.25% -
HSV(B) 94.29º 0.99% 0.5% -
XYZ 9.17 15.99 2.63 -
YUV 91.11 77.15 102.25 -
System Red Green Blue C M Y K H S L
Decimal 55 127 1 0.57 0 0.99 0.50 94.29 0.98 0.25
Hex 37 7F 1 39 0 63 32 5E 62 19
Octal 67 177 1 71 0 143 62 136 142 31
Binary 110111 1111111 1 111001 0 1100011 110010 1011110 1100010 11001

Color Harmonies of #377F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F01

Black with #377F01

Text Example


Text Example

White with #377F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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