Html Css Color HEX #368128 Bilbao

📋 copy color: '#368128'

red 54 ◦ green 129 ◦ blue 40

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

Shades of Bilbao #368128

Tints of Bilbao #368128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.85%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 24.22%
G = 57.85%
B = 17.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#368128 (or 0x368128) is known color: Bilbao. HEX triplet: 36, 81 and 28. RGB value is (54,129,40). Sum of RGB (Red+Green+Blue) = 54+129+40=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #368128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368128 is #C97ED7. Grayscale: #606060. Windows color (decimal): -13205208 or 2654518. OLE color: 2654518.

HSL color Cylindrical-coordinate representation of color #368128: hue angle of 110.56º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368128 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 40 -
CMYK 0.58 0 0.69 0.49
HSL 110.56º 0.53% 0.33% -
HSV(B) 110.56º 0.69% 0.51% -
XYZ 9.75 16.64 4.7 -
YUV 96.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 54 129 40 0.58 0 0.69 0.49 110.56 0.53 0.33
Hex 36 81 28 3A 0 45 31 6F 35 21
Octal 66 201 50 72 0 105 61 157 65 41
Binary 110110 10000001 101000 111010 0 1000101 110001 1101111 110101 100001

Color Harmonies of #368128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368128

Black with #368128

Text Example


Text Example

White with #368128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368128; }

 p { color: rgb(54,129,40); }

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

background-color css

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

 a { background-color: rgb(54,129,40); }

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

border-color css

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

 span { border-color: rgb(54,129,40); }

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