Html Css Color HEX #377D02 Bilbao

📋 copy color: '#377D02'

red 55 ◦ green 125 ◦ blue 2

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

Shades of Bilbao #377D02

Tints of Bilbao #377D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 68.68%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 30.22%
G = 68.68%
B = 1.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#377D02 (or 0x377D02) is known color: Bilbao. HEX triplet: 37, 7D and 02. RGB value is (55,125,2). Sum of RGB (Red+Green+Blue) = 55+125+2=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 125 (49.22% from 255 or 68.68% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 125 - color contains mainly: green. Hex color #377D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377D02 is #C882FD. Grayscale: #5A5A5A. Windows color (decimal): -13140734 or 163127. OLE color: 163127.

HSL color Cylindrical-coordinate representation of color #377D02: hue angle of 94.15º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #377D02 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 2 -
CMYK 0.56 0 0.98 0.51
HSL 94.15º 0.97% 0.25% -
HSV(B) 94.15º 0.98% 0.49% -
XYZ 8.92 15.48 2.58 -
YUV 90.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 55 125 2 0.56 0 0.98 0.51 94.15 0.97 0.25
Hex 37 7D 2 38 0 62 33 5E 61 19
Octal 67 175 2 70 0 142 63 136 141 31
Binary 110111 1111101 10 111000 0 1100010 110011 1011110 1100001 11001

Color Harmonies of #377D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D02

Black with #377D02

Text Example


Text Example

White with #377D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,2); }

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

background-color css

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

 a { background-color: rgb(55,125,2); }

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

border-color css

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

 span { border-color: rgb(55,125,2); }

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