Html Css Color HEX #427521 Bilbao

📋 copy color: '#427521'

red 66 ◦ green 117 ◦ blue 33

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

Shades of Bilbao #427521

Tints of Bilbao #427521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.17%

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

R = 30.56%
G = 54.17%
B = 15.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#427521 (or 0x427521) is known color: Bilbao. HEX triplet: 42, 75 and 21. RGB value is (66,117,33). Sum of RGB (Red+Green+Blue) = 66+117+33=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #427521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427521 is #BD8ADE. Grayscale: #5C5C5C. Windows color (decimal): -12421855 or 2192706. OLE color: 2192706.

HSL color Cylindrical-coordinate representation of color #427521: hue angle of 96.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427521 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 33 -
CMYK 0.44 0 0.72 0.54
HSL 96.43º 0.56% 0.29% -
HSV(B) 96.43º 0.72% 0.46% -
XYZ 8.88 13.99 3.67 -
YUV 92.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 66 117 33 0.44 0 0.72 0.54 96.43 0.56 0.29
Hex 42 75 21 2C 0 48 36 60 38 1D
Octal 102 165 41 54 0 110 66 140 70 35
Binary 1000010 1110101 100001 101100 0 1001000 110110 1100000 111000 11101

Color Harmonies of #427521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427521

Black with #427521

Text Example


Text Example

White with #427521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427521; }

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

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

background-color css

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

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

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

border-color css

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

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

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