Html Css Color HEX #427221 Bilbao

📋 copy color: '#427221'

red 66 ◦ green 114 ◦ blue 33

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

Shades of Bilbao #427221

Tints of Bilbao #427221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 30.99%
G = 53.52%
B = 15.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#427221 (or 0x427221) is known color: Bilbao. HEX triplet: 42, 72 and 21. RGB value is (66,114,33). Sum of RGB (Red+Green+Blue) = 66+114+33=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #427221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427221 is #BD8DDE. Grayscale: #5A5A5A. Windows color (decimal): -12422623 or 2191938. OLE color: 2191938.

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

Color convert

RGB 66 114 33 -
CMYK 0.42 0 0.71 0.55
HSL 95.56º 0.55% 0.29% -
HSV(B) 95.56º 0.71% 0.45% -
XYZ 8.54 13.3 3.56 -
YUV 90.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 66 114 33 0.42 0 0.71 0.55 95.56 0.55 0.29
Hex 42 72 21 2A 0 47 37 60 37 1D
Octal 102 162 41 52 0 107 67 140 67 35
Binary 1000010 1110010 100001 101010 0 1000111 110111 1100000 110111 11101

Color Harmonies of #427221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427221

Black with #427221

Text Example


Text Example

White with #427221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427221; }

 p { color: rgb(66,114,33); }

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

background-color css

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

 a { background-color: rgb(66,114,33); }

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

border-color css

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

 span { border-color: rgb(66,114,33); }

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