Html Css Color HEX #338316 Bilbao

📋 copy color: '#338316'

red 51 ◦ green 131 ◦ blue 22

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

Shades of Bilbao #338316

Tints of Bilbao #338316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 25%
G = 64.22%
B = 10.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#338316 (or 0x338316) is known color: Bilbao. HEX triplet: 33, 83 and 16. RGB value is (51,131,22). Sum of RGB (Red+Green+Blue) = 51+131+22=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #338316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338316 is #CC7CE9. Grayscale: #5F5F5F. Windows color (decimal): -13401322 or 1475379. OLE color: 1475379.

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

Color convert

RGB 51 131 22 -
CMYK 0.61 0 0.83 0.49
HSL 104.04º 0.71% 0.3% -
HSV(B) 104.04º 0.83% 0.51% -
XYZ 9.63 16.99 3.53 -
YUV 94.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 51 131 22 0.61 0 0.83 0.49 104.04 0.71 0.3
Hex 33 83 16 3D 0 53 31 68 47 1E
Octal 63 203 26 75 0 123 61 150 107 36
Binary 110011 10000011 10110 111101 0 1010011 110001 1101000 1000111 11110

Color Harmonies of #338316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338316

Black with #338316

Text Example


Text Example

White with #338316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338316; }

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

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

background-color css

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

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

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

border-color css

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

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

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