Html Css Color HEX #338315 Bilbao

📋 copy color: '#338315'

red 51 ◦ green 131 ◦ blue 21

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

Shades of Bilbao #338315

Tints of Bilbao #338315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 25.12%
G = 64.53%
B = 10.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#338315 (or 0x338315) is known color: Bilbao. HEX triplet: 33, 83 and 15. RGB value is (51,131,21). Sum of RGB (Red+Green+Blue) = 51+131+21=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #338315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338315 is #CC7CEA. Grayscale: #5E5E5E. Windows color (decimal): -13401323 or 1409843. OLE color: 1409843.

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

Color convert

RGB 51 131 21 -
CMYK 0.61 0 0.84 0.49
HSL 103.64º 0.72% 0.3% -
HSV(B) 103.64º 0.84% 0.51% -
XYZ 9.62 16.99 3.48 -
YUV 94.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 51 131 21 0.61 0 0.84 0.49 103.64 0.72 0.3
Hex 33 83 15 3D 0 54 31 68 48 1E
Octal 63 203 25 75 0 124 61 150 110 36
Binary 110011 10000011 10101 111101 0 1010100 110001 1101000 1001000 11110

Color Harmonies of #338315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338315

Black with #338315

Text Example


Text Example

White with #338315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338315; }

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

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

background-color css

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

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

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

border-color css

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

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

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