Html Css Color HEX #427423 Bilbao

📋 copy color: '#427423'

red 66 ◦ green 116 ◦ blue 35

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

Shades of Bilbao #427423

Tints of Bilbao #427423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.46%

 BLUE value IS 35 (14.06% from 255) = 16.13%

R = 30.41%
G = 53.46%
B = 16.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#427423 (or 0x427423) is known color: Bilbao. HEX triplet: 42, 74 and 23. RGB value is (66,116,35). Sum of RGB (Red+Green+Blue) = 66+116+35=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #427423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427423 is #BD8BDC. Grayscale: #5C5C5C. Windows color (decimal): -12422109 or 2323522. OLE color: 2323522.

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

Color convert

RGB 66 116 35 -
CMYK 0.43 0 0.70 0.55
HSL 97.04º 0.54% 0.3% -
HSV(B) 97.04º 0.7% 0.45% -
XYZ 8.8 13.77 3.78 -
YUV 91.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 66 116 35 0.43 0 0.70 0.55 97.04 0.54 0.3
Hex 42 74 23 2B 0 46 37 61 36 1E
Octal 102 164 43 53 0 106 67 141 66 36
Binary 1000010 1110100 100011 101011 0 1000110 110111 1100001 110110 11110

Color Harmonies of #427423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427423

Black with #427423

Text Example


Text Example

White with #427423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427423; }

 p { color: rgb(66,116,35); }

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

background-color css

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

 a { background-color: rgb(66,116,35); }

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

border-color css

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

 span { border-color: rgb(66,116,35); }

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