Html Css Color HEX #345149 Corduroy

📋 copy color: '#345149'

red 52 ◦ green 81 ◦ blue 73

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

Shades of Corduroy #345149

Tints of Corduroy #345149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

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

R = 25.24%
G = 39.32%
B = 35.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#345149 (or 0x345149) is known color: Corduroy. HEX triplet: 34, 51 and 49. RGB value is (52,81,73). Sum of RGB (Red+Green+Blue) = 52+81+73=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #345149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345149 is #CBAEB6. Grayscale: #474747. Windows color (decimal): -13348535 or 4804916. OLE color: 4804916.

HSL color Cylindrical-coordinate representation of color #345149: hue angle of 163.45º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345149 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 73 -
CMYK 0.36 0 0.10 0.68
HSL 163.45º 0.22% 0.26% -
HSV(B) 163.45º 0.36% 0.32% -
XYZ 5.56 7.1 7.38 -
YUV 71.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 52 81 73 0.36 0 0.10 0.68 163.45 0.22 0.26
Hex 34 51 49 24 0 A 44 A3 16 1A
Octal 64 121 111 44 0 12 104 243 26 32
Binary 110100 1010001 1001001 100100 0 1010 1000100 10100011 10110 11010

Color Harmonies of #345149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345149

Black with #345149

Text Example


Text Example

White with #345149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345149; }

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

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

background-color css

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

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

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

border-color css

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

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

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