Html Css Color HEX #307719 Bilbao

📋 copy color: '#307719'

red 48 ◦ green 119 ◦ blue 25

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

Shades of Bilbao #307719

Tints of Bilbao #307719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.98%

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 25%
G = 61.98%
B = 13.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#307719 (or 0x307719) is known color: Bilbao. HEX triplet: 30, 77 and 19. RGB value is (48,119,25). Sum of RGB (Red+Green+Blue) = 48+119+25=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #307719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307719 is #CF88E6. Grayscale: #575757. Windows color (decimal): -13600999 or 1668912. OLE color: 1668912.

HSL color Cylindrical-coordinate representation of color #307719: hue angle of 105.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307719 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 25 -
CMYK 0.60 0 0.79 0.53
HSL 105.32º 0.65% 0.28% -
HSV(B) 105.32º 0.79% 0.47% -
XYZ 7.99 13.89 3.18 -
YUV 87.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 48 119 25 0.60 0 0.79 0.53 105.32 0.65 0.28
Hex 30 77 19 3C 0 4F 35 69 41 1C
Octal 60 167 31 74 0 117 65 151 101 34
Binary 110000 1110111 11001 111100 0 1001111 110101 1101001 1000001 11100

Color Harmonies of #307719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307719

Black with #307719

Text Example


Text Example

White with #307719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307719; }

 p { color: rgb(48,119,25); }

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

background-color css

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

 a { background-color: rgb(48,119,25); }

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

border-color css

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

 span { border-color: rgb(48,119,25); }

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