Html Css Color HEX #348E01 Bilbao

📋 copy color: '#348E01'

red 52 ◦ green 142 ◦ blue 1

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

Shades of Bilbao #348E01

Tints of Bilbao #348E01

RGB

 RED value IS 52 (20.7% from 255) = 26.67%

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

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

R = 26.67%
G = 72.82%
B = 0.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#348E01 (or 0x348E01) is known color: Bilbao. HEX triplet: 34, 8E and 01. RGB value is (52,142,1). Sum of RGB (Red+Green+Blue) = 52+142+1=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 142 (55.86% from 255 or 72.82% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 142 - color contains mainly: green. Hex color #348E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E01 is #CB71FE. Grayscale: #636363. Windows color (decimal): -13332991 or 101940. OLE color: 101940.

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

Color convert

RGB 52 142 1 -
CMYK 0.63 0 0.99 0.44
HSL 98.3º 0.99% 0.28% -
HSV(B) 98.3º 0.99% 0.56% -
XYZ 11.09 20.08 3.32 -
YUV 99.02 72.68 94.46 -
System Red Green Blue C M Y K H S L
Decimal 52 142 1 0.63 0 0.99 0.44 98.3 0.99 0.28
Hex 34 8E 1 3F 0 63 2C 62 63 1C
Octal 64 216 1 77 0 143 54 142 143 34
Binary 110100 10001110 1 111111 0 1100011 101100 1100010 1100011 11100

Color Harmonies of #348E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E01

Black with #348E01

Text Example


Text Example

White with #348E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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