Html Css Color HEX #339201 Bilbao

📋 copy color: '#339201'

red 51 ◦ green 146 ◦ blue 1

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

Shades of Bilbao #339201

Tints of Bilbao #339201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 73.74%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 25.76%
G = 73.74%
B = 0.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#339201 (or 0x339201) is known color: Bilbao. HEX triplet: 33, 92 and 01. RGB value is (51,146,1). Sum of RGB (Red+Green+Blue) = 51+146+1=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 146 (57.42% from 255 or 73.74% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 146 - color contains mainly: green. Hex color #339201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339201 is #CC6DFE. Grayscale: #656565. Windows color (decimal): -13397503 or 102963. OLE color: 102963.

HSL color Cylindrical-coordinate representation of color #339201: hue angle of 99.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #339201 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 146 1 -
CMYK 0.65 0 0.99 0.43
HSL 99.31º 0.99% 0.29% -
HSV(B) 99.31º 0.99% 0.57% -
XYZ 11.65 21.26 3.52 -
YUV 101.07 71.53 92.29 -
System Red Green Blue C M Y K H S L
Decimal 51 146 1 0.65 0 0.99 0.43 99.31 0.99 0.29
Hex 33 92 1 41 0 63 2B 63 63 1D
Octal 63 222 1 101 0 143 53 143 143 35
Binary 110011 10010010 1 1000001 0 1100011 101011 1100011 1100011 11101

Color Harmonies of #339201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339201

Black with #339201

Text Example


Text Example

White with #339201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339201; }

 p { color: rgb(51,146,1); }

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

background-color css

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

 a { background-color: rgb(51,146,1); }

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

border-color css

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

 span { border-color: rgb(51,146,1); }

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