Html Css Color HEX #368510 Bilbao

📋 copy color: '#368510'

red 54 ◦ green 133 ◦ blue 16

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

Shades of Bilbao #368510

Tints of Bilbao #368510

RGB

 RED value IS 54 (21.48% from 255) = 26.6%

 GREEN value IS 133 (52.34% from 255) = 65.52%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 26.6%
G = 65.52%
B = 7.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#368510 (or 0x368510) is known color: Bilbao. HEX triplet: 36, 85 and 10. RGB value is (54,133,16). Sum of RGB (Red+Green+Blue) = 54+133+16=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #368510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368510 is #C97AEF. Grayscale: #606060. Windows color (decimal): -13204208 or 1082678. OLE color: 1082678.

HSL color Cylindrical-coordinate representation of color #368510: hue angle of 100.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #368510 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 16 -
CMYK 0.59 0 0.88 0.48
HSL 100.51º 0.79% 0.29% -
HSV(B) 100.51º 0.88% 0.52% -
XYZ 10 17.6 3.36 -
YUV 96.04 82.83 98.01 -
System Red Green Blue C M Y K H S L
Decimal 54 133 16 0.59 0 0.88 0.48 100.51 0.79 0.29
Hex 36 85 10 3B 0 58 30 65 4F 1D
Octal 66 205 20 73 0 130 60 145 117 35
Binary 110110 10000101 10000 111011 0 1011000 110000 1100101 1001111 11101

Color Harmonies of #368510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368510

Black with #368510

Text Example


Text Example

White with #368510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368510; }

 p { color: rgb(54,133,16); }

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

background-color css

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

 a { background-color: rgb(54,133,16); }

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

border-color css

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

 span { border-color: rgb(54,133,16); }

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