Html Css Color HEX #307423 Bilbao

📋 copy color: '#307423'

red 48 ◦ green 116 ◦ blue 35

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

Shades of Bilbao #307423

Tints of Bilbao #307423

RGB

 RED value IS 48 (19.14% from 255) = 24.12%

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

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

R = 24.12%
G = 58.29%
B = 17.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#307423 (or 0x307423) is known color: Bilbao. HEX triplet: 30, 74 and 23. RGB value is (48,116,35). Sum of RGB (Red+Green+Blue) = 48+116+35=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #307423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307423 is #CF8BDC. Grayscale: #565656. Windows color (decimal): -13601757 or 2323504. OLE color: 2323504.

HSL color Cylindrical-coordinate representation of color #307423: hue angle of 110.37º 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 #307423 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 35 -
CMYK 0.59 0 0.70 0.55
HSL 110.37º 0.54% 0.3% -
HSV(B) 110.37º 0.7% 0.45% -
XYZ 7.77 13.24 3.74 -
YUV 86.43 98.97 100.59 -
System Red Green Blue C M Y K H S L
Decimal 48 116 35 0.59 0 0.70 0.55 110.37 0.54 0.3
Hex 30 74 23 3B 0 46 37 6E 36 1E
Octal 60 164 43 73 0 106 67 156 66 36
Binary 110000 1110100 100011 111011 0 1000110 110111 1101110 110110 11110

Color Harmonies of #307423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307423

Black with #307423

Text Example


Text Example

White with #307423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307423; }

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

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

background-color css

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

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

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

border-color css

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

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

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