Html Css Color HEX #308324 Bilbao

📋 copy color: '#308324'

red 48 ◦ green 131 ◦ blue 36

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

Shades of Bilbao #308324

Tints of Bilbao #308324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.93%

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 22.33%
G = 60.93%
B = 16.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#308324 (or 0x308324) is known color: Bilbao. HEX triplet: 30, 83 and 24. RGB value is (48,131,36). Sum of RGB (Red+Green+Blue) = 48+131+36=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #308324 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308324 is #CF7CDB. Grayscale: #5F5F5F. Windows color (decimal): -13597916 or 2392880. OLE color: 2392880.

HSL color Cylindrical-coordinate representation of color #308324: hue angle of 112.42º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308324 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 36 -
CMYK 0.63 0 0.73 0.49
HSL 112.42º 0.57% 0.33% -
HSV(B) 112.42º 0.73% 0.51% -
XYZ 9.65 16.99 4.44 -
YUV 95.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 48 131 36 0.63 0 0.73 0.49 112.42 0.57 0.33
Hex 30 83 24 3F 0 49 31 70 39 21
Octal 60 203 44 77 0 111 61 160 71 41
Binary 110000 10000011 100100 111111 0 1001001 110001 1110000 111001 100001

Color Harmonies of #308324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308324

Black with #308324

Text Example


Text Example

White with #308324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308324; }

 p { color: rgb(48,131,36); }

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

background-color css

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

 a { background-color: rgb(48,131,36); }

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

border-color css

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

 span { border-color: rgb(48,131,36); }

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