Html Css Color HEX #317B24 Bilbao

📋 copy color: '#317B24'

red 49 ◦ green 123 ◦ blue 36

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

Shades of Bilbao #317B24

Tints of Bilbao #317B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 23.56%
G = 59.13%
B = 17.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.52

RGB Variations

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

Color information

#317B24 (or 0x317B24) is known color: Bilbao. HEX triplet: 31, 7B and 24. RGB value is (49,123,36). Sum of RGB (Red+Green+Blue) = 49+123+36=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #317B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B24 is #CE84DB. Grayscale: #5B5B5B. Windows color (decimal): -13534428 or 2390833. OLE color: 2390833.

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

Color convert

RGB 49 123 36 -
CMYK 0.60 0 0.71 0.52
HSL 111.03º 0.55% 0.31% -
HSV(B) 111.03º 0.71% 0.48% -
XYZ 8.67 14.95 4.1 -
YUV 90.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 49 123 36 0.60 0 0.71 0.52 111.03 0.55 0.31
Hex 31 7B 24 3C 0 47 34 6F 37 1F
Octal 61 173 44 74 0 107 64 157 67 37
Binary 110001 1111011 100100 111100 0 1000111 110100 1101111 110111 11111

Color Harmonies of #317B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317B24

Black with #317B24

Text Example


Text Example

White with #317B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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