Html Css Color HEX #377F06 Bilbao

📋 copy color: '#377F06'

red 55 ◦ green 127 ◦ blue 6

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

Shades of Bilbao #377F06

Tints of Bilbao #377F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.19%

R = 29.26%
G = 67.55%
B = 3.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#377F06 (or 0x377F06) is known color: Bilbao. HEX triplet: 37, 7F and 06. RGB value is (55,127,6). Sum of RGB (Red+Green+Blue) = 55+127+6=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 127 (50% from 255 or 67.55% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 127 - color contains mainly: green. Hex color #377F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F06 is #C880F9. Grayscale: #5C5C5C. Windows color (decimal): -13140218 or 425783. OLE color: 425783.

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

Color convert

RGB 55 127 6 -
CMYK 0.57 0 0.95 0.50
HSL 95.7º 0.91% 0.26% -
HSV(B) 95.7º 0.95% 0.5% -
XYZ 9.2 16 2.78 -
YUV 91.68 79.65 101.84 -
System Red Green Blue C M Y K H S L
Decimal 55 127 6 0.57 0 0.95 0.50 95.7 0.91 0.26
Hex 37 7F 6 39 0 5F 32 60 5B 1A
Octal 67 177 6 71 0 137 62 140 133 32
Binary 110111 1111111 110 111001 0 1011111 110010 1100000 1011011 11010

Color Harmonies of #377F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F06

Black with #377F06

Text Example


Text Example

White with #377F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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