Html Css Color HEX #377F0D Bilbao

📋 copy color: '#377F0D'

red 55 ◦ green 127 ◦ blue 13

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

Shades of Bilbao #377F0D

Tints of Bilbao #377F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 28.21%
G = 65.13%
B = 6.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#377F0D (or 0x377F0D) is known color: Bilbao. HEX triplet: 37, 7F and 0D. RGB value is (55,127,13). Sum of RGB (Red+Green+Blue) = 55+127+13=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #377F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F0D is #C880F2. Grayscale: #5C5C5C. Windows color (decimal): -13140211 or 884535. OLE color: 884535.

HSL color Cylindrical-coordinate representation of color #377F0D: hue angle of 97.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #377F0D is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 13 -
CMYK 0.57 0 0.90 0.50
HSL 97.89º 0.81% 0.27% -
HSV(B) 97.89º 0.9% 0.5% -
XYZ 9.24 16.02 2.99 -
YUV 92.48 83.15 101.27 -
System Red Green Blue C M Y K H S L
Decimal 55 127 13 0.57 0 0.90 0.50 97.89 0.81 0.27
Hex 37 7F D 39 0 5A 32 62 51 1B
Octal 67 177 15 71 0 132 62 142 121 33
Binary 110111 1111111 1101 111001 0 1011010 110010 1100010 1010001 11011

Color Harmonies of #377F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F0D

Black with #377F0D

Text Example


Text Example

White with #377F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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