Html Css Color HEX #345048 Corduroy

📋 copy color: '#345048'

red 52 ◦ green 80 ◦ blue 72

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

Shades of Corduroy #345048

Tints of Corduroy #345048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 25.49%
G = 39.22%
B = 35.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#345048 (or 0x345048) is known color: Corduroy. HEX triplet: 34, 50 and 48. RGB value is (52,80,72). Sum of RGB (Red+Green+Blue) = 52+80+72=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #345048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345048 is #CBAFB7. Grayscale: #464646. Windows color (decimal): -13348792 or 4739124. OLE color: 4739124.

HSL color Cylindrical-coordinate representation of color #345048: hue angle of 162.86º 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 #345048 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 72 -
CMYK 0.35 0 0.10 0.69
HSL 162.86º 0.21% 0.26% -
HSV(B) 162.86º 0.35% 0.31% -
XYZ 5.45 6.94 7.18 -
YUV 70.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 52 80 72 0.35 0 0.10 0.69 162.86 0.21 0.26
Hex 34 50 48 23 0 A 45 A3 15 1A
Octal 64 120 110 43 0 12 105 243 25 32
Binary 110100 1010000 1001000 100011 0 1010 1000101 10100011 10101 11010

Color Harmonies of #345048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345048

Black with #345048

Text Example


Text Example

White with #345048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345048; }

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

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

background-color css

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

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

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

border-color css

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

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

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