Html Css Color HEX #368228 Bilbao

📋 copy color: '#368228'

red 54 ◦ green 130 ◦ blue 40

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

Shades of Bilbao #368228

Tints of Bilbao #368228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.04%

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

R = 24.11%
G = 58.04%
B = 17.86%

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

#368228 (or 0x368228) is known color: Bilbao. HEX triplet: 36, 82 and 28. RGB value is (54,130,40). Sum of RGB (Red+Green+Blue) = 54+130+40=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #368228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368228 is #C97DD7. Grayscale: #616161. Windows color (decimal): -13204952 or 2654774. OLE color: 2654774.

HSL color Cylindrical-coordinate representation of color #368228: hue angle of 110.67º 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 #368228 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 40 -
CMYK 0.58 0 0.69 0.49
HSL 110.67º 0.53% 0.33% -
HSV(B) 110.67º 0.69% 0.51% -
XYZ 9.89 16.9 4.75 -
YUV 97.02 95.82 97.32 -
System Red Green Blue C M Y K H S L
Decimal 54 130 40 0.58 0 0.69 0.49 110.67 0.53 0.33
Hex 36 82 28 3A 0 45 31 6F 35 21
Octal 66 202 50 72 0 105 61 157 65 41
Binary 110110 10000010 101000 111010 0 1000101 110001 1101111 110101 100001

Color Harmonies of #368228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368228

Black with #368228

Text Example


Text Example

White with #368228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368228; }

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

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

background-color css

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

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

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

border-color css

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

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

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