Html Css Color HEX #306704 Bilbao

📋 copy color: '#306704'

red 48 ◦ green 103 ◦ blue 4

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

Shades of Bilbao #306704

Tints of Bilbao #306704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 66.45%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 30.97%
G = 66.45%
B = 2.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#306704 (or 0x306704) is known color: Bilbao. HEX triplet: 30, 67 and 04. RGB value is (48,103,4). Sum of RGB (Red+Green+Blue) = 48+103+4=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #306704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306704 is #CF98FB. Grayscale: #4B4B4B. Windows color (decimal): -13605116 or 288560. OLE color: 288560.

HSL color Cylindrical-coordinate representation of color #306704: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #306704 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 4 -
CMYK 0.53 0 0.96 0.60
HSL 93.33º 0.93% 0.21% -
HSV(B) 93.33º 0.96% 0.4% -
XYZ 6.09 10.34 1.79 -
YUV 75.27 87.78 108.55 -
System Red Green Blue C M Y K H S L
Decimal 48 103 4 0.53 0 0.96 0.60 93.33 0.93 0.21
Hex 30 67 4 35 0 60 3C 5D 5D 15
Octal 60 147 4 65 0 140 74 135 135 25
Binary 110000 1100111 100 110101 0 1100000 111100 1011101 1011101 10101

Color Harmonies of #306704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306704

Black with #306704

Text Example


Text Example

White with #306704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306704; }

 p { color: rgb(48,103,4); }

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

background-color css

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

 a { background-color: rgb(48,103,4); }

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

border-color css

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

 span { border-color: rgb(48,103,4); }

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