Html Css Color HEX #338D13 Bilbao

📋 copy color: '#338D13'

red 51 ◦ green 141 ◦ blue 19

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

Shades of Bilbao #338D13

Tints of Bilbao #338D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 66.82%

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

R = 24.17%
G = 66.82%
B = 9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#338D13 (or 0x338D13) is known color: Bilbao. HEX triplet: 33, 8D and 13. RGB value is (51,141,19). Sum of RGB (Red+Green+Blue) = 51+141+19=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 141 (55.47% from 255 or 66.82% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 141 - color contains mainly: green. Hex color #338D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338D13 is #CC72EC. Grayscale: #646464. Windows color (decimal): -13398765 or 1281331. OLE color: 1281331.

HSL color Cylindrical-coordinate representation of color #338D13: hue angle of 104.26º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #338D13 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 141 19 -
CMYK 0.64 0 0.87 0.45
HSL 104.26º 0.76% 0.31% -
HSV(B) 104.26º 0.87% 0.55% -
XYZ 11.01 19.8 3.86 -
YUV 100.18 82.18 92.92 -
System Red Green Blue C M Y K H S L
Decimal 51 141 19 0.64 0 0.87 0.45 104.26 0.76 0.31
Hex 33 8D 13 40 0 57 2D 68 4C 1F
Octal 63 215 23 100 0 127 55 150 114 37
Binary 110011 10001101 10011 1000000 0 1010111 101101 1101000 1001100 11111

Color Harmonies of #338D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338D13

Black with #338D13

Text Example


Text Example

White with #338D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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