Html Css Color HEX #34514A Corduroy

📋 copy color: '#34514A'

red 52 ◦ green 81 ◦ blue 74

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

Shades of Corduroy #34514A

Tints of Corduroy #34514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 25.12%
G = 39.13%
B = 35.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#34514A (or 0x34514A) is known color: Corduroy. HEX triplet: 34, 51 and 4A. RGB value is (52,81,74). Sum of RGB (Red+Green+Blue) = 52+81+74=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #34514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34514A is #CBAEB5. Grayscale: #474747. Windows color (decimal): -13348534 or 4870452. OLE color: 4870452.

HSL color Cylindrical-coordinate representation of color #34514A: hue angle of 165.52º 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 #34514A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 74 -
CMYK 0.36 0 0.09 0.68
HSL 165.52º 0.22% 0.26% -
HSV(B) 165.52º 0.36% 0.32% -
XYZ 5.59 7.11 7.56 -
YUV 71.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 52 81 74 0.36 0 0.09 0.68 165.52 0.22 0.26
Hex 34 51 4A 24 0 9 44 A6 16 1A
Octal 64 121 112 44 0 11 104 246 26 32
Binary 110100 1010001 1001010 100100 0 1001 1000100 10100110 10110 11010

Color Harmonies of #34514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34514A

Black with #34514A

Text Example


Text Example

White with #34514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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