Html Css Color HEX #339001 Bilbao

📋 copy color: '#339001'

red 51 ◦ green 144 ◦ blue 1

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

Shades of Bilbao #339001

Tints of Bilbao #339001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 73.47%

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

R = 26.02%
G = 73.47%
B = 0.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#339001 (or 0x339001) is known color: Bilbao. HEX triplet: 33, 90 and 01. RGB value is (51,144,1). Sum of RGB (Red+Green+Blue) = 51+144+1=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #339001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339001 is #CC6FFE. Grayscale: #646464. Windows color (decimal): -13398015 or 102451. OLE color: 102451.

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

Color convert

RGB 51 144 1 -
CMYK 0.65 0 0.99 0.44
HSL 99.02º 0.99% 0.28% -
HSV(B) 99.02º 0.99% 0.56% -
XYZ 11.34 20.65 3.42 -
YUV 99.89 72.19 93.13 -
System Red Green Blue C M Y K H S L
Decimal 51 144 1 0.65 0 0.99 0.44 99.02 0.99 0.28
Hex 33 90 1 41 0 63 2C 63 63 1C
Octal 63 220 1 101 0 143 54 143 143 34
Binary 110011 10010000 1 1000001 0 1100011 101100 1100011 1100011 11100

Color Harmonies of #339001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339001

Black with #339001

Text Example


Text Example

White with #339001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339001; }

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

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

background-color css

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

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

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

border-color css

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

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

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