Html Css Color HEX #30630B Bilbao

📋 copy color: '#30630B'

red 48 ◦ green 99 ◦ blue 11

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

Shades of Bilbao #30630B

Tints of Bilbao #30630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 30.38%
G = 62.66%
B = 6.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#30630B (or 0x30630B) is known color: Bilbao. HEX triplet: 30, 63 and 0B. RGB value is (48,99,11). Sum of RGB (Red+Green+Blue) = 48+99+11=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #30630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30630B is #CF9CF4. Grayscale: #4A4A4A. Windows color (decimal): -13606133 or 746288. OLE color: 746288.

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

Color convert

RGB 48 99 11 -
CMYK 0.52 0 0.89 0.61
HSL 94.77º 0.8% 0.22% -
HSV(B) 94.77º 0.89% 0.39% -
XYZ 5.74 9.58 1.86 -
YUV 73.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 48 99 11 0.52 0 0.89 0.61 94.77 0.8 0.22
Hex 30 63 B 34 0 59 3D 5F 50 16
Octal 60 143 13 64 0 131 75 137 120 26
Binary 110000 1100011 1011 110100 0 1011001 111101 1011111 1010000 10110

Color Harmonies of #30630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30630B

Black with #30630B

Text Example


Text Example

White with #30630B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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