Html Css Color HEX #427322 Bilbao

📋 copy color: '#427322'

red 66 ◦ green 115 ◦ blue 34

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

Shades of Bilbao #427322

Tints of Bilbao #427322

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 115 (45.31% from 255) = 53.49%

 BLUE value IS 34 (13.67% from 255) = 15.81%

R = 30.7%
G = 53.49%
B = 15.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#427322 (or 0x427322) is known color: Bilbao. HEX triplet: 42, 73 and 22. RGB value is (66,115,34). Sum of RGB (Red+Green+Blue) = 66+115+34=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #427322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427322 is #BD8CDD. Grayscale: #5B5B5B. Windows color (decimal): -12422366 or 2257730. OLE color: 2257730.

HSL color Cylindrical-coordinate representation of color #427322: hue angle of 96.3º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427322 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 34 -
CMYK 0.43 0 0.70 0.55
HSL 96.3º 0.54% 0.29% -
HSV(B) 96.3º 0.7% 0.45% -
XYZ 8.67 13.54 3.67 -
YUV 91.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 66 115 34 0.43 0 0.70 0.55 96.3 0.54 0.29
Hex 42 73 22 2B 0 46 37 60 36 1D
Octal 102 163 42 53 0 106 67 140 66 35
Binary 1000010 1110011 100010 101011 0 1000110 110111 1100000 110110 11101

Color Harmonies of #427322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427322

Black with #427322

Text Example


Text Example

White with #427322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427322; }

 p { color: rgb(66,115,34); }

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

background-color css

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

 a { background-color: rgb(66,115,34); }

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

border-color css

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

 span { border-color: rgb(66,115,34); }

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