Html Css Color HEX #317B07 Bilbao

📋 copy color: '#317B07'

red 49 ◦ green 123 ◦ blue 7

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

Shades of Bilbao #317B07

Tints of Bilbao #317B07

RGB

 RED value IS 49 (19.53% from 255) = 27.37%

 GREEN value IS 123 (48.44% from 255) = 68.72%

 BLUE value IS 7 (3.13% from 255) = 3.91%

R = 27.37%
G = 68.72%
B = 3.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#317B07 (or 0x317B07) is known color: Bilbao. HEX triplet: 31, 7B and 07. RGB value is (49,123,7). Sum of RGB (Red+Green+Blue) = 49+123+7=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 123 (48.44% from 255 or 68.72% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 123 - color contains mainly: green. Hex color #317B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317B07 is #CE84F8. Grayscale: #585858. Windows color (decimal): -13534457 or 490289. OLE color: 490289.

HSL color Cylindrical-coordinate representation of color #317B07: hue angle of 98.28º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #317B07 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 123 7 -
CMYK 0.60 0 0.94 0.52
HSL 98.28º 0.89% 0.25% -
HSV(B) 98.28º 0.94% 0.48% -
XYZ 8.39 14.83 2.62 -
YUV 87.65 82.48 100.43 -
System Red Green Blue C M Y K H S L
Decimal 49 123 7 0.60 0 0.94 0.52 98.28 0.89 0.25
Hex 31 7B 7 3C 0 5E 34 62 59 19
Octal 61 173 7 74 0 136 64 142 131 31
Binary 110001 1111011 111 111100 0 1011110 110100 1100010 1011001 11001

Color Harmonies of #317B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317B07

Black with #317B07

Text Example


Text Example

White with #317B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317B07; }

 p { color: rgb(49,123,7); }

 H1.HeaderClassName
 {
   color: #317B07;
 }
 .AnyTagClassName
 {
   color: #317B07;
 }
</style>

background-color css

<style>
 a { background-color: #317B07; }

 a { background-color: rgb(49,123,7); }

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

border-color css

<style>
 span { border-color: #317B07; }

 span { border-color: rgb(49,123,7); }

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