Html Css Color HEX #368C19 Bilbao

📋 copy color: '#368C19'

red 54 ◦ green 140 ◦ blue 25

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

Shades of Bilbao #368C19

Tints of Bilbao #368C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 63.93%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 24.66%
G = 63.93%
B = 11.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#368C19 (or 0x368C19) is known color: Bilbao. HEX triplet: 36, 8C and 19. RGB value is (54,140,25). Sum of RGB (Red+Green+Blue) = 54+140+25=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 140 (55.08% from 255 or 63.93% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 140 - color contains mainly: green. Hex color #368C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368C19 is #C973E6. Grayscale: #656565. Windows color (decimal): -13202407 or 1674294. OLE color: 1674294.

HSL color Cylindrical-coordinate representation of color #368C19: hue angle of 104.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #368C19 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 140 25 -
CMYK 0.61 0 0.82 0.45
HSL 104.87º 0.7% 0.32% -
HSV(B) 104.87º 0.82% 0.55% -
XYZ 11.07 19.61 4.12 -
YUV 101.18 85.01 94.35 -
System Red Green Blue C M Y K H S L
Decimal 54 140 25 0.61 0 0.82 0.45 104.87 0.7 0.32
Hex 36 8C 19 3D 0 52 2D 69 46 20
Octal 66 214 31 75 0 122 55 151 106 40
Binary 110110 10001100 11001 111101 0 1010010 101101 1101001 1000110 100000

Color Harmonies of #368C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C19

Black with #368C19

Text Example


Text Example

White with #368C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,140,25); }

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

background-color css

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

 a { background-color: rgb(54,140,25); }

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

border-color css

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

 span { border-color: rgb(54,140,25); }

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