Html Css Color HEX #338013 Bilbao

📋 copy color: '#338013'

red 51 ◦ green 128 ◦ blue 19

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

Shades of Bilbao #338013

Tints of Bilbao #338013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 64.65%

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 25.76%
G = 64.65%
B = 9.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#338013 (or 0x338013) is known color: Bilbao. HEX triplet: 33, 80 and 13. RGB value is (51,128,19). Sum of RGB (Red+Green+Blue) = 51+128+19=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 128 (50.39% from 255 or 64.65% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 128 - color contains mainly: green. Hex color #338013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338013 is #CC7FEC. Grayscale: #5C5C5C. Windows color (decimal): -13402093 or 1278003. OLE color: 1278003.

HSL color Cylindrical-coordinate representation of color #338013: hue angle of 102.39º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #338013 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 19 -
CMYK 0.60 0 0.85 0.50
HSL 102.39º 0.74% 0.29% -
HSV(B) 102.39º 0.85% 0.5% -
XYZ 9.2 16.19 3.26 -
YUV 92.55 86.49 98.36 -
System Red Green Blue C M Y K H S L
Decimal 51 128 19 0.60 0 0.85 0.50 102.39 0.74 0.29
Hex 33 80 13 3C 0 55 32 66 4A 1D
Octal 63 200 23 74 0 125 62 146 112 35
Binary 110011 10000000 10011 111100 0 1010101 110010 1100110 1001010 11101

Color Harmonies of #338013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338013

Black with #338013

Text Example


Text Example

White with #338013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338013; }

 p { color: rgb(51,128,19); }

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

background-color css

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

 a { background-color: rgb(51,128,19); }

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

border-color css

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

 span { border-color: rgb(51,128,19); }

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