Html Css Color HEX #338F01 Bilbao

📋 copy color: '#338F01'

red 51 ◦ green 143 ◦ blue 1

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

Shades of Bilbao #338F01

Tints of Bilbao #338F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 73.33%

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

R = 26.15%
G = 73.33%
B = 0.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#338F01 (or 0x338F01) is known color: Bilbao. HEX triplet: 33, 8F and 01. RGB value is (51,143,1). Sum of RGB (Red+Green+Blue) = 51+143+1=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #338F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338F01 is #CC70FE. Grayscale: #636363. Windows color (decimal): -13398271 or 102195. OLE color: 102195.

HSL color Cylindrical-coordinate representation of color #338F01: hue angle of 98.87º 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 #338F01 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 143 1 -
CMYK 0.64 0 0.99 0.44
HSL 98.87º 0.99% 0.28% -
HSV(B) 98.87º 0.99% 0.56% -
XYZ 11.19 20.35 3.37 -
YUV 99.3 72.52 93.55 -
System Red Green Blue C M Y K H S L
Decimal 51 143 1 0.64 0 0.99 0.44 98.87 0.99 0.28
Hex 33 8F 1 40 0 63 2C 63 63 1C
Octal 63 217 1 100 0 143 54 143 143 34
Binary 110011 10001111 1 1000000 0 1100011 101100 1100011 1100011 11100

Color Harmonies of #338F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338F01

Black with #338F01

Text Example


Text Example

White with #338F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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