Html Css Color HEX #338401 Bilbao

📋 copy color: '#338401'

red 51 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #338401

Tints of Bilbao #338401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 71.74%

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

R = 27.72%
G = 71.74%
B = 0.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#338401 (or 0x338401) is known color: Bilbao. HEX triplet: 33, 84 and 01. RGB value is (51,132,1). Sum of RGB (Red+Green+Blue) = 51+132+1=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #338401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338401 is #CC7BFE. Grayscale: #5D5D5D. Windows color (decimal): -13401087 or 99379. OLE color: 99379.

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

Color convert

RGB 51 132 1 -
CMYK 0.61 0 0.99 0.48
HSL 97.1º 0.98% 0.26% -
HSV(B) 97.1º 0.99% 0.52% -
XYZ 9.62 17.21 2.84 -
YUV 92.85 76.16 98.15 -
System Red Green Blue C M Y K H S L
Decimal 51 132 1 0.61 0 0.99 0.48 97.1 0.98 0.26
Hex 33 84 1 3D 0 63 30 61 62 1A
Octal 63 204 1 75 0 143 60 141 142 32
Binary 110011 10000100 1 111101 0 1100011 110000 1100001 1100010 11010

Color Harmonies of #338401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338401

Black with #338401

Text Example


Text Example

White with #338401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338401; }

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

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

background-color css

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

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

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

border-color css

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

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

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