Html Css Color HEX #338510 Bilbao

📋 copy color: '#338510'

red 51 ◦ green 133 ◦ blue 16

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

Shades of Bilbao #338510

Tints of Bilbao #338510

RGB

 RED value IS 51 (20.31% from 255) = 25.5%

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

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

R = 25.5%
G = 66.5%
B = 8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#338510 (or 0x338510) is known color: Bilbao. HEX triplet: 33, 85 and 10. RGB value is (51,133,16). Sum of RGB (Red+Green+Blue) = 51+133+16=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #338510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338510 is #CC7AEF. Grayscale: #5F5F5F. Windows color (decimal): -13400816 or 1082675. OLE color: 1082675.

HSL color Cylindrical-coordinate representation of color #338510: hue angle of 102.05º 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 #338510 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 16 -
CMYK 0.62 0 0.88 0.48
HSL 102.05º 0.79% 0.29% -
HSV(B) 102.05º 0.88% 0.52% -
XYZ 9.85 17.52 3.35 -
YUV 95.14 83.33 96.51 -
System Red Green Blue C M Y K H S L
Decimal 51 133 16 0.62 0 0.88 0.48 102.05 0.79 0.29
Hex 33 85 10 3E 0 58 30 66 4F 1D
Octal 63 205 20 76 0 130 60 146 117 35
Binary 110011 10000101 10000 111110 0 1011000 110000 1100110 1001111 11101

Color Harmonies of #338510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338510

Black with #338510

Text Example


Text Example

White with #338510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338510; }

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

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

background-color css

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

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

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

border-color css

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

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

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