Html Css Color HEX #338E01 Bilbao

📋 copy color: '#338E01'

red 51 ◦ green 142 ◦ blue 1

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

Shades of Bilbao #338E01

Tints of Bilbao #338E01

RGB

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

 GREEN value IS 142 (55.86% from 255) = 73.2%

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

R = 26.29%
G = 73.2%
B = 0.52%

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

#338E01 (or 0x338E01) is known color: Bilbao. HEX triplet: 33, 8E and 01. RGB value is (51,142,1). Sum of RGB (Red+Green+Blue) = 51+142+1=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 142 (55.86% from 255 or 73.20% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 142 - color contains mainly: green. Hex color #338E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338E01 is #CC71FE. Grayscale: #636363. Windows color (decimal): -13398527 or 101939. OLE color: 101939.

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

Color convert

RGB 51 142 1 -
CMYK 0.64 0 0.99 0.44
HSL 98.72º 0.99% 0.28% -
HSV(B) 98.72º 0.99% 0.56% -
XYZ 11.04 20.05 3.32 -
YUV 98.72 72.85 93.96 -
System Red Green Blue C M Y K H S L
Decimal 51 142 1 0.64 0 0.99 0.44 98.72 0.99 0.28
Hex 33 8E 1 40 0 63 2C 63 63 1C
Octal 63 216 1 100 0 143 54 143 143 34
Binary 110011 10001110 1 1000000 0 1100011 101100 1100011 1100011 11100

Color Harmonies of #338E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E01

Black with #338E01

Text Example


Text Example

White with #338E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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