Html Css Color HEX #23424F Green Vogue

📋 copy color: '#23424F'

red 35 ◦ green 66 ◦ blue 79

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

Shades of Green Vogue #23424F

Tints of Green Vogue #23424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 19.44%
G = 36.67%
B = 43.89%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23424F (or 0x23424F) is known color: Green Vogue. HEX triplet: 23, 42 and 4F. RGB value is (35,66,79). Sum of RGB (Red+Green+Blue) = 35+66+79=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #23424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23424F is #DCBDB0. Grayscale: #3A3A3A. Windows color (decimal): -14466481 or 5194275. OLE color: 5194275.

HSL color Cylindrical-coordinate representation of color #23424F: hue angle of 197.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23424F is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 66 79 -
CMYK 0.56 0.16 0 0.69
HSL 197.73º 0.39% 0.22% -
HSV(B) 197.73º 0.56% 0.31% -
XYZ 4.05 4.82 8.11 -
YUV 58.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 35 66 79 0.56 0.16 0 0.69 197.73 0.39 0.22
Hex 23 42 4F 38 10 0 45 C6 27 16
Octal 43 102 117 70 20 0 105 306 47 26
Binary 100011 1000010 1001111 111000 10000 0 1000101 11000110 100111 10110

Color Harmonies of #23424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23424F

Black with #23424F

Text Example


Text Example

White with #23424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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