Html Css Color HEX #234640 Gable Green

📋 copy color: '#234640'

red 35 ◦ green 70 ◦ blue 64

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

Shades of Gable Green #234640

Tints of Gable Green #234640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 20.71%
G = 41.42%
B = 37.87%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#234640 (or 0x234640) is known color: Gable Green. HEX triplet: 23, 46 and 40. RGB value is (35,70,64). Sum of RGB (Red+Green+Blue) = 35+70+64=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #234640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234640 is #DCB9BF. Grayscale: #3A3A3A. Windows color (decimal): -14465472 or 4212259. OLE color: 4212259.

HSL color Cylindrical-coordinate representation of color #234640: hue angle of 169.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #234640 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 70 64 -
CMYK 0.5 0 0.09 0.73
HSL 169.71º 0.33% 0.21% -
HSV(B) 169.71º 0.5% 0.27% -
XYZ 3.81 5.11 5.64 -
YUV 58.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 35 70 64 0.5 0 0.09 0.73 169.71 0.33 0.21
Hex 23 46 40 32 0 9 49 AA 21 15
Octal 43 106 100 62 0 11 111 252 41 25
Binary 100011 1000110 1000000 110010 0 1001 1001001 10101010 100001 10101

Color Harmonies of #234640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234640

Black with #234640

Text Example


Text Example

White with #234640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234640; }

 p { color: rgb(35,70,64); }

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

background-color css

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

 a { background-color: rgb(35,70,64); }

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

border-color css

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

 span { border-color: rgb(35,70,64); }

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