Html Css Color HEX #348823 Bilbao

📋 copy color: '#348823'

red 52 ◦ green 136 ◦ blue 35

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

Shades of Bilbao #348823

Tints of Bilbao #348823

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.99%

 BLUE value IS 35 (14.06% from 255) = 15.7%

R = 23.32%
G = 60.99%
B = 15.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#348823 (or 0x348823) is known color: Bilbao. HEX triplet: 34, 88 and 23. RGB value is (52,136,35). Sum of RGB (Red+Green+Blue) = 52+136+35=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #348823 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348823 is #CB77DC. Grayscale: #636363. Windows color (decimal): -13334493 or 2328628. OLE color: 2328628.

HSL color Cylindrical-coordinate representation of color #348823: hue angle of 109.9º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348823 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 35 -
CMYK 0.62 0 0.74 0.47
HSL 109.9º 0.59% 0.34% -
HSV(B) 109.9º 0.74% 0.53% -
XYZ 10.52 18.46 4.6 -
YUV 99.37 91.67 94.21 -
System Red Green Blue C M Y K H S L
Decimal 52 136 35 0.62 0 0.74 0.47 109.9 0.59 0.34
Hex 34 88 23 3E 0 4A 2F 6E 3B 22
Octal 64 210 43 76 0 112 57 156 73 42
Binary 110100 10001000 100011 111110 0 1001010 101111 1101110 111011 100010

Color Harmonies of #348823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348823

Black with #348823

Text Example


Text Example

White with #348823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348823; }

 p { color: rgb(52,136,35); }

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

background-color css

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

 a { background-color: rgb(52,136,35); }

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

border-color css

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

 span { border-color: rgb(52,136,35); }

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