Html Css Color HEX #30630A Bilbao

📋 copy color: '#30630A'

red 48 ◦ green 99 ◦ blue 10

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

Shades of Bilbao #30630A

Tints of Bilbao #30630A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.37%

R = 30.57%
G = 63.06%
B = 6.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#30630A (or 0x30630A) is known color: Bilbao. HEX triplet: 30, 63 and 0A. RGB value is (48,99,10). Sum of RGB (Red+Green+Blue) = 48+99+10=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #30630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30630A is #CF9CF5. Grayscale: #494949. Windows color (decimal): -13606134 or 680752. OLE color: 680752.

HSL color Cylindrical-coordinate representation of color #30630A: hue angle of 94.38º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30630A is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 10 -
CMYK 0.52 0 0.90 0.61
HSL 94.38º 0.82% 0.21% -
HSV(B) 94.38º 0.9% 0.39% -
XYZ 5.74 9.57 1.83 -
YUV 73.61 92.1 109.74 -
System Red Green Blue C M Y K H S L
Decimal 48 99 10 0.52 0 0.90 0.61 94.38 0.82 0.21
Hex 30 63 A 34 0 5A 3D 5E 52 15
Octal 60 143 12 64 0 132 75 136 122 25
Binary 110000 1100011 1010 110100 0 1011010 111101 1011110 1010010 10101

Color Harmonies of #30630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30630A

Black with #30630A

Text Example


Text Example

White with #30630A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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