Html Css Color HEX #338313 Bilbao

📋 copy color: '#338313'

red 51 ◦ green 131 ◦ blue 19

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

Shades of Bilbao #338313

Tints of Bilbao #338313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 65.17%

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

R = 25.37%
G = 65.17%
B = 9.45%

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

#338313 (or 0x338313) is known color: Bilbao. HEX triplet: 33, 83 and 13. RGB value is (51,131,19). Sum of RGB (Red+Green+Blue) = 51+131+19=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #338313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338313 is #CC7CEC. Grayscale: #5E5E5E. Windows color (decimal): -13401325 or 1278771. OLE color: 1278771.

HSL color Cylindrical-coordinate representation of color #338313: hue angle of 102.86º degrees, saturation: 0.75, 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 #338313 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 19 -
CMYK 0.61 0 0.85 0.49
HSL 102.86º 0.75% 0.29% -
HSV(B) 102.86º 0.85% 0.51% -
XYZ 9.6 16.98 3.39 -
YUV 94.31 85.5 97.11 -
System Red Green Blue C M Y K H S L
Decimal 51 131 19 0.61 0 0.85 0.49 102.86 0.75 0.29
Hex 33 83 13 3D 0 55 31 67 4B 1D
Octal 63 203 23 75 0 125 61 147 113 35
Binary 110011 10000011 10011 111101 0 1010101 110001 1100111 1001011 11101

Color Harmonies of #338313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338313

Black with #338313

Text Example


Text Example

White with #338313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338313; }

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

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

background-color css

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

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

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

border-color css

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

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

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