Html Css Color HEX #427326 Bilbao

📋 copy color: '#427326'

red 66 ◦ green 115 ◦ blue 38

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

Shades of Bilbao #427326

Tints of Bilbao #427326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.35%

R = 30.14%
G = 52.51%
B = 17.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#427326 (or 0x427326) is known color: Bilbao. HEX triplet: 42, 73 and 26. RGB value is (66,115,38). Sum of RGB (Red+Green+Blue) = 66+115+38=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #427326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427326 is #BD8CD9. Grayscale: #5B5B5B. Windows color (decimal): -12422362 or 2519874. OLE color: 2519874.

HSL color Cylindrical-coordinate representation of color #427326: hue angle of 98.18º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427326 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 38 -
CMYK 0.43 0 0.67 0.55
HSL 98.18º 0.5% 0.3% -
HSV(B) 98.18º 0.67% 0.45% -
XYZ 8.73 13.56 3.99 -
YUV 91.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 66 115 38 0.43 0 0.67 0.55 98.18 0.5 0.3
Hex 42 73 26 2B 0 43 37 62 32 1E
Octal 102 163 46 53 0 103 67 142 62 36
Binary 1000010 1110011 100110 101011 0 1000011 110111 1100010 110010 11110

Color Harmonies of #427326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427326

Black with #427326

Text Example


Text Example

White with #427326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427326; }

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

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

background-color css

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

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

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

border-color css

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

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

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