Html Css Color HEX #338A01 Bilbao

📋 copy color: '#338A01'

red 51 ◦ green 138 ◦ blue 1

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

Shades of Bilbao #338A01

Tints of Bilbao #338A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 72.63%

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

R = 26.84%
G = 72.63%
B = 0.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#338A01 (or 0x338A01) is known color: Bilbao. HEX triplet: 33, 8A and 01. RGB value is (51,138,1). Sum of RGB (Red+Green+Blue) = 51+138+1=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 138 (54.30% from 255 or 72.63% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 138 - color contains mainly: green. Hex color #338A01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A01 is #CC75FE. Grayscale: #606060. Windows color (decimal): -13399551 or 100915. OLE color: 100915.

HSL color Cylindrical-coordinate representation of color #338A01: hue angle of 98.1º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #338A01 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 138 1 -
CMYK 0.63 0 0.99 0.46
HSL 98.1º 0.99% 0.27% -
HSV(B) 98.1º 0.99% 0.54% -
XYZ 10.46 18.88 3.12 -
YUV 96.37 74.18 95.64 -
System Red Green Blue C M Y K H S L
Decimal 51 138 1 0.63 0 0.99 0.46 98.1 0.99 0.27
Hex 33 8A 1 3F 0 63 2E 62 63 1B
Octal 63 212 1 77 0 143 56 142 143 33
Binary 110011 10001010 1 111111 0 1100011 101110 1100010 1100011 11011

Color Harmonies of #338A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A01

Black with #338A01

Text Example


Text Example

White with #338A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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