Html Css Color HEX #30630D Bilbao

📋 copy color: '#30630D'

red 48 ◦ green 99 ◦ blue 13

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

Shades of Bilbao #30630D

Tints of Bilbao #30630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.88%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 30%
G = 61.88%
B = 8.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#30630D (or 0x30630D) is known color: Bilbao. HEX triplet: 30, 63 and 0D. RGB value is (48,99,13). Sum of RGB (Red+Green+Blue) = 48+99+13=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #30630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30630D is #CF9CF2. Grayscale: #4A4A4A. Windows color (decimal): -13606131 or 877360. OLE color: 877360.

HSL color Cylindrical-coordinate representation of color #30630D: hue angle of 95.58º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30630D is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 13 -
CMYK 0.52 0 0.87 0.61
HSL 95.58º 0.77% 0.22% -
HSV(B) 95.58º 0.87% 0.39% -
XYZ 5.75 9.58 1.93 -
YUV 73.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 48 99 13 0.52 0 0.87 0.61 95.58 0.77 0.22
Hex 30 63 D 34 0 57 3D 60 4D 16
Octal 60 143 15 64 0 127 75 140 115 26
Binary 110000 1100011 1101 110100 0 1010111 111101 1100000 1001101 10110

Color Harmonies of #30630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30630D

Black with #30630D

Text Example


Text Example

White with #30630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30630D; }

 p { color: rgb(48,99,13); }

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

background-color css

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

 a { background-color: rgb(48,99,13); }

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

border-color css

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

 span { border-color: rgb(48,99,13); }

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