Html Css Color HEX #338213 Bilbao

📋 copy color: '#338213'

red 51 ◦ green 130 ◦ blue 19

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

Shades of Bilbao #338213

Tints of Bilbao #338213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65%

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

R = 25.5%
G = 65%
B = 9.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#338213 (or 0x338213) is known color: Bilbao. HEX triplet: 33, 82 and 13. RGB value is (51,130,19). Sum of RGB (Red+Green+Blue) = 51+130+19=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #338213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338213 is #CC7DEC. Grayscale: #5E5E5E. Windows color (decimal): -13401581 or 1278515. OLE color: 1278515.

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

Color convert

RGB 51 130 19 -
CMYK 0.61 0 0.85 0.49
HSL 102.7º 0.74% 0.29% -
HSV(B) 102.7º 0.85% 0.51% -
XYZ 9.47 16.72 3.34 -
YUV 93.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 51 130 19 0.61 0 0.85 0.49 102.7 0.74 0.29
Hex 33 82 13 3D 0 55 31 67 4A 1D
Octal 63 202 23 75 0 125 61 147 112 35
Binary 110011 10000010 10011 111101 0 1010101 110001 1100111 1001010 11101

Color Harmonies of #338213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338213

Black with #338213

Text Example


Text Example

White with #338213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338213; }

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

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

background-color css

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

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

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

border-color css

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

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

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