Html Css Color HEX #23424B Green Vogue

📋 copy color: '#23424B'

red 35 ◦ green 66 ◦ blue 75

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

Shades of Green Vogue #23424B

Tints of Green Vogue #23424B

RGB

 RED value IS 35 (14.06% from 255) = 19.89%

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 19.89%
G = 37.5%
B = 42.61%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#23424B (or 0x23424B) is known color: Green Vogue. HEX triplet: 23, 42 and 4B. RGB value is (35,66,75). Sum of RGB (Red+Green+Blue) = 35+66+75=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #23424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23424B is #DCBDB4. Grayscale: #393939. Windows color (decimal): -14466485 or 4932131. OLE color: 4932131.

HSL color Cylindrical-coordinate representation of color #23424B: hue angle of 193.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23424B is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 66 75 -
CMYK 0.53 0.12 0 0.71
HSL 193.5º 0.36% 0.22% -
HSV(B) 193.5º 0.53% 0.29% -
XYZ 3.91 4.76 7.37 -
YUV 57.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 35 66 75 0.53 0.12 0 0.71 193.5 0.36 0.22
Hex 23 42 4B 35 C 0 47 C2 24 16
Octal 43 102 113 65 14 0 107 302 44 26
Binary 100011 1000010 1001011 110101 1100 0 1000111 11000010 100100 10110

Color Harmonies of #23424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23424B

Black with #23424B

Text Example


Text Example

White with #23424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23424B; }

 p { color: rgb(35,66,75); }

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

background-color css

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

 a { background-color: rgb(35,66,75); }

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

border-color css

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

 span { border-color: rgb(35,66,75); }

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