Html Css Color HEX #123526 Cardin Green

📋 copy color: '#123526'

red 18 ◦ green 53 ◦ blue 38

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

Shades of Cardin Green #123526

Tints of Cardin Green #123526

RGB

 RED value IS 18 (7.42% from 255) = 16.51%

 GREEN value IS 53 (21.09% from 255) = 48.62%

 BLUE value IS 38 (15.23% from 255) = 34.86%

R = 16.51%
G = 48.62%
B = 34.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#123526 (or 0x123526) is known color: Cardin Green. HEX triplet: 12, 35 and 26. RGB value is (18,53,38). Sum of RGB (Red+Green+Blue) = 18+53+38=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #123526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123526 is #EDCAD9. Grayscale: #282828. Windows color (decimal): -15583962 or 2503954. OLE color: 2503954.

HSL color Cylindrical-coordinate representation of color #123526: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123526 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 38 -
CMYK 0.66 0 0.28 0.79
HSL 154.29º 0.49% 0.14% -
HSV(B) 154.29º 0.66% 0.21% -
XYZ 1.87 2.81 2.28 -
YUV 40.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 18 53 38 0.66 0 0.28 0.79 154.29 0.49 0.14
Hex 12 35 26 42 0 1C 4F 9A 31 E
Octal 22 65 46 102 0 34 117 232 61 16
Binary 10010 110101 100110 1000010 0 11100 1001111 10011010 110001 1110

Color Harmonies of #123526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123526

Black with #123526

Text Example


Text Example

White with #123526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123526; }

 p { color: rgb(18,53,38); }

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

background-color css

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

 a { background-color: rgb(18,53,38); }

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

border-color css

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

 span { border-color: rgb(18,53,38); }

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