Html Css Color HEX #368223 Bilbao

📋 copy color: '#368223'

red 54 ◦ green 130 ◦ blue 35

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

Shades of Bilbao #368223

Tints of Bilbao #368223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.98%

R = 24.66%
G = 59.36%
B = 15.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#368223 (or 0x368223) is known color: Bilbao. HEX triplet: 36, 82 and 23. RGB value is (54,130,35). Sum of RGB (Red+Green+Blue) = 54+130+35=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #368223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368223 is #C97DDC. Grayscale: #606060. Windows color (decimal): -13204957 or 2327094. OLE color: 2327094.

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

Color convert

RGB 54 130 35 -
CMYK 0.58 0 0.73 0.49
HSL 108º 0.58% 0.32% -
HSV(B) 108º 0.73% 0.51% -
XYZ 9.81 16.87 4.33 -
YUV 96.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 54 130 35 0.58 0 0.73 0.49 108 0.58 0.32
Hex 36 82 23 3A 0 49 31 6C 3A 20
Octal 66 202 43 72 0 111 61 154 72 40
Binary 110110 10000010 100011 111010 0 1001001 110001 1101100 111010 100000

Color Harmonies of #368223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368223

Black with #368223

Text Example


Text Example

White with #368223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368223; }

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

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

background-color css

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

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

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

border-color css

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

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

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