Html Css Color HEX #427B34 Bilbao

📋 copy color: '#427B34'

red 66 ◦ green 123 ◦ blue 52

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

Shades of Bilbao #427B34

Tints of Bilbao #427B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.04%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 27.39%
G = 51.04%
B = 21.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#427B34 (or 0x427B34) is known color: Bilbao. HEX triplet: 42, 7B and 34. RGB value is (66,123,52). Sum of RGB (Red+Green+Blue) = 66+123+52=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #427B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B34 is #BD84CB. Grayscale: #626262. Windows color (decimal): -12420300 or 3439426. OLE color: 3439426.

HSL color Cylindrical-coordinate representation of color #427B34: hue angle of 108.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427B34 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 52 -
CMYK 0.46 0 0.58 0.52
HSL 108.17º 0.41% 0.34% -
HSV(B) 108.17º 0.58% 0.48% -
XYZ 9.95 15.57 5.73 -
YUV 97.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 66 123 52 0.46 0 0.58 0.52 108.17 0.41 0.34
Hex 42 7B 34 2E 0 3A 34 6C 29 22
Octal 102 173 64 56 0 72 64 154 51 42
Binary 1000010 1111011 110100 101110 0 111010 110100 1101100 101001 100010

Color Harmonies of #427B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B34

Black with #427B34

Text Example


Text Example

White with #427B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427B34; }

 p { color: rgb(66,123,52); }

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

background-color css

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

 a { background-color: rgb(66,123,52); }

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

border-color css

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

 span { border-color: rgb(66,123,52); }

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