Html Css Color HEX #348325 Bilbao

📋 copy color: '#348325'

red 52 ◦ green 131 ◦ blue 37

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

Shades of Bilbao #348325

Tints of Bilbao #348325

RGB

 RED value IS 52 (20.7% from 255) = 23.64%

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

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 23.64%
G = 59.55%
B = 16.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#348325 (or 0x348325) is known color: Bilbao. HEX triplet: 34, 83 and 25. RGB value is (52,131,37). Sum of RGB (Red+Green+Blue) = 52+131+37=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #348325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348325 is #CB7CDA. Grayscale: #606060. Windows color (decimal): -13335771 or 2458420. OLE color: 2458420.

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

Color convert

RGB 52 131 37 -
CMYK 0.60 0 0.72 0.49
HSL 110.43º 0.56% 0.33% -
HSV(B) 110.43º 0.72% 0.51% -
XYZ 9.87 17.1 4.53 -
YUV 96.66 94.33 96.14 -
System Red Green Blue C M Y K H S L
Decimal 52 131 37 0.60 0 0.72 0.49 110.43 0.56 0.33
Hex 34 83 25 3C 0 48 31 6E 38 21
Octal 64 203 45 74 0 110 61 156 70 41
Binary 110100 10000011 100101 111100 0 1001000 110001 1101110 111000 100001

Color Harmonies of #348325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348325

Black with #348325

Text Example


Text Example

White with #348325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348325; }

 p { color: rgb(52,131,37); }

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

background-color css

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

 a { background-color: rgb(52,131,37); }

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

border-color css

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

 span { border-color: rgb(52,131,37); }

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