Html Css Color HEX #368526 Bilbao

📋 copy color: '#368526'

red 54 ◦ green 133 ◦ blue 38

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

Shades of Bilbao #368526

Tints of Bilbao #368526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.11%

 BLUE value IS 38 (15.23% from 255) = 16.89%

R = 24%
G = 59.11%
B = 16.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#368526 (or 0x368526) is known color: Bilbao. HEX triplet: 36, 85 and 26. RGB value is (54,133,38). Sum of RGB (Red+Green+Blue) = 54+133+38=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #368526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368526 is #C97AD9. Grayscale: #626262. Windows color (decimal): -13204186 or 2524470. OLE color: 2524470.

HSL color Cylindrical-coordinate representation of color #368526: hue angle of 109.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #368526 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 38 -
CMYK 0.59 0 0.71 0.48
HSL 109.89º 0.56% 0.34% -
HSV(B) 109.89º 0.71% 0.52% -
XYZ 10.26 17.7 4.71 -
YUV 98.55 93.83 96.22 -
System Red Green Blue C M Y K H S L
Decimal 54 133 38 0.59 0 0.71 0.48 109.89 0.56 0.34
Hex 36 85 26 3B 0 47 30 6E 38 22
Octal 66 205 46 73 0 107 60 156 70 42
Binary 110110 10000101 100110 111011 0 1000111 110000 1101110 111000 100010

Color Harmonies of #368526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368526

Black with #368526

Text Example


Text Example

White with #368526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368526; }

 p { color: rgb(54,133,38); }

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

background-color css

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

 a { background-color: rgb(54,133,38); }

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

border-color css

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

 span { border-color: rgb(54,133,38); }

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