Html Css Color HEX #368E03 Bilbao

📋 copy color: '#368E03'

red 54 ◦ green 142 ◦ blue 3

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

Shades of Bilbao #368E03

Tints of Bilbao #368E03

RGB

 RED value IS 54 (21.48% from 255) = 27.14%

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

 BLUE value IS 3 (1.56% from 255) = 1.51%

R = 27.14%
G = 71.36%
B = 1.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#368E03 (or 0x368E03) is known color: Bilbao. HEX triplet: 36, 8E and 03. RGB value is (54,142,3). Sum of RGB (Red+Green+Blue) = 54+142+3=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 142 (55.86% from 255 or 71.36% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 142 - color contains mainly: green. Hex color #368E03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368E03 is #C971FC. Grayscale: #646464. Windows color (decimal): -13201917 or 233014. OLE color: 233014.

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

Color convert

RGB 54 142 3 -
CMYK 0.62 0 0.98 0.44
HSL 97.99º 0.96% 0.28% -
HSV(B) 97.99º 0.98% 0.56% -
XYZ 11.21 20.14 3.38 -
YUV 99.84 73.35 95.3 -
System Red Green Blue C M Y K H S L
Decimal 54 142 3 0.62 0 0.98 0.44 97.99 0.96 0.28
Hex 36 8E 3 3E 0 62 2C 62 60 1C
Octal 66 216 3 76 0 142 54 142 140 34
Binary 110110 10001110 11 111110 0 1100010 101100 1100010 1100000 11100

Color Harmonies of #368E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E03

Black with #368E03

Text Example


Text Example

White with #368E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368E03; }

 p { color: rgb(54,142,3); }

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

background-color css

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

 a { background-color: rgb(54,142,3); }

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

border-color css

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

 span { border-color: rgb(54,142,3); }

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