Html Css Color HEX #427830 Bilbao

📋 copy color: '#427830'

red 66 ◦ green 120 ◦ blue 48

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

Shades of Bilbao #427830

Tints of Bilbao #427830

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.28%

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 28.21%
G = 51.28%
B = 20.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#427830 (or 0x427830) is known color: Bilbao. HEX triplet: 42, 78 and 30. RGB value is (66,120,48). Sum of RGB (Red+Green+Blue) = 66+120+48=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #427830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427830 is #BD87CF. Grayscale: #5F5F5F. Windows color (decimal): -12421072 or 3176514. OLE color: 3176514.

HSL color Cylindrical-coordinate representation of color #427830: hue angle of 105º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427830 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 120 48 -
CMYK 0.45 0 0.60 0.53
HSL 105º 0.43% 0.33% -
HSV(B) 105º 0.6% 0.47% -
XYZ 9.5 14.8 5.15 -
YUV 95.65 101.11 106.85 -
System Red Green Blue C M Y K H S L
Decimal 66 120 48 0.45 0 0.60 0.53 105 0.43 0.33
Hex 42 78 30 2D 0 3C 35 69 2B 21
Octal 102 170 60 55 0 74 65 151 53 41
Binary 1000010 1111000 110000 101101 0 111100 110101 1101001 101011 100001

Color Harmonies of #427830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427830

Black with #427830

Text Example


Text Example

White with #427830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427830; }

 p { color: rgb(66,120,48); }

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

background-color css

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

 a { background-color: rgb(66,120,48); }

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

border-color css

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

 span { border-color: rgb(66,120,48); }

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