Html Css Color HEX #308622 Bilbao

📋 copy color: '#308622'

red 48 ◦ green 134 ◦ blue 34

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

Shades of Bilbao #308622

Tints of Bilbao #308622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 62.04%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 22.22%
G = 62.04%
B = 15.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#308622 (or 0x308622) is known color: Bilbao. HEX triplet: 30, 86 and 22. RGB value is (48,134,34). Sum of RGB (Red+Green+Blue) = 48+134+34=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #308622 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308622 is #CF79DD. Grayscale: #616161. Windows color (decimal): -13597150 or 2262576. OLE color: 2262576.

HSL color Cylindrical-coordinate representation of color #308622: hue angle of 111.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308622 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 34 -
CMYK 0.64 0 0.75 0.47
HSL 111.6º 0.6% 0.33% -
HSV(B) 111.6º 0.75% 0.53% -
XYZ 10.03 17.79 4.42 -
YUV 96.89 92.51 93.13 -
System Red Green Blue C M Y K H S L
Decimal 48 134 34 0.64 0 0.75 0.47 111.6 0.6 0.33
Hex 30 86 22 40 0 4B 2F 70 3C 21
Octal 60 206 42 100 0 113 57 160 74 41
Binary 110000 10000110 100010 1000000 0 1001011 101111 1110000 111100 100001

Color Harmonies of #308622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308622

Black with #308622

Text Example


Text Example

White with #308622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308622; }

 p { color: rgb(48,134,34); }

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

background-color css

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

 a { background-color: rgb(48,134,34); }

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

border-color css

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

 span { border-color: rgb(48,134,34); }

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