Html Css Color HEX #338301 Bilbao

📋 copy color: '#338301'

red 51 ◦ green 131 ◦ blue 1

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

Shades of Bilbao #338301

Tints of Bilbao #338301

RGB

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

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

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

R = 27.87%
G = 71.58%
B = 0.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#338301 (or 0x338301) is known color: Bilbao. HEX triplet: 33, 83 and 01. RGB value is (51,131,1). Sum of RGB (Red+Green+Blue) = 51+131+1=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 131 (51.56% from 255 or 71.58% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 131 - color contains mainly: green. Hex color #338301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338301 is #CC7CFE. Grayscale: #5C5C5C. Windows color (decimal): -13401343 or 99123. OLE color: 99123.

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

Color convert

RGB 51 131 1 -
CMYK 0.61 0 0.99 0.49
HSL 96.92º 0.98% 0.26% -
HSV(B) 96.92º 0.99% 0.51% -
XYZ 9.49 16.94 2.8 -
YUV 92.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 51 131 1 0.61 0 0.99 0.49 96.92 0.98 0.26
Hex 33 83 1 3D 0 63 31 61 62 1A
Octal 63 203 1 75 0 143 61 141 142 32
Binary 110011 10000011 1 111101 0 1100011 110001 1100001 1100010 11010

Color Harmonies of #338301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338301

Black with #338301

Text Example


Text Example

White with #338301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338301; }

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

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

background-color css

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

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

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

border-color css

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

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

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