Html Css Color HEX #345049 Corduroy

📋 copy color: '#345049'

red 52 ◦ green 80 ◦ blue 73

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

Shades of Corduroy #345049

Tints of Corduroy #345049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 25.37%
G = 39.02%
B = 35.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#345049 (or 0x345049) is known color: Corduroy. HEX triplet: 34, 50 and 49. RGB value is (52,80,73). Sum of RGB (Red+Green+Blue) = 52+80+73=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #345049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345049 is #CBAFB6. Grayscale: #464646. Windows color (decimal): -13348791 or 4804660. OLE color: 4804660.

HSL color Cylindrical-coordinate representation of color #345049: hue angle of 165º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345049 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 73 -
CMYK 0.35 0 0.09 0.69
HSL 165º 0.21% 0.26% -
HSV(B) 165º 0.35% 0.31% -
XYZ 5.49 6.95 7.36 -
YUV 70.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 52 80 73 0.35 0 0.09 0.69 165 0.21 0.26
Hex 34 50 49 23 0 9 45 A5 15 1A
Octal 64 120 111 43 0 11 105 245 25 32
Binary 110100 1010000 1001001 100011 0 1001 1000101 10100101 10101 11010

Color Harmonies of #345049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345049

Black with #345049

Text Example


Text Example

White with #345049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345049; }

 p { color: rgb(52,80,73); }

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

background-color css

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

 a { background-color: rgb(52,80,73); }

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

border-color css

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

 span { border-color: rgb(52,80,73); }

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