Html Css Color HEX #434F4B Corduroy

📋 copy color: '#434F4B'

red 67 ◦ green 79 ◦ blue 75

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

Shades of Corduroy #434F4B

Tints of Corduroy #434F4B

RGB

 RED value IS 67 (26.56% from 255) = 30.32%

 GREEN value IS 79 (31.25% from 255) = 35.75%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 30.32%
G = 35.75%
B = 33.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#434F4B (or 0x434F4B) is known color: Corduroy. HEX triplet: 43, 4F and 4B. RGB value is (67,79,75). Sum of RGB (Red+Green+Blue) = 67+79+75=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #434F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F4B is #BCB0B4. Grayscale: #4A4A4A. Windows color (decimal): -12366005 or 4935491. OLE color: 4935491.

HSL color Cylindrical-coordinate representation of color #434F4B: hue angle of 160º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #434F4B is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 79 75 -
CMYK 0.15 0 0.05 0.69
HSL 160º 0.08% 0.29% -
HSV(B) 160º 0.15% 0.31% -
XYZ 6.38 7.29 7.73 -
YUV 74.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 67 79 75 0.15 0 0.05 0.69 160 0.08 0.29
Hex 43 4F 4B F 0 5 45 A0 8 1D
Octal 103 117 113 17 0 5 105 240 10 35
Binary 1000011 1001111 1001011 1111 0 101 1000101 10100000 1000 11101

Color Harmonies of #434F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F4B

Black with #434F4B

Text Example


Text Example

White with #434F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434F4B; }

 p { color: rgb(67,79,75); }

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

background-color css

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

 a { background-color: rgb(67,79,75); }

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

border-color css

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

 span { border-color: rgb(67,79,75); }

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