Html Css Color HEX #123725 Cardin Green

📋 copy color: '#123725'

red 18 ◦ green 55 ◦ blue 37

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

Shades of Cardin Green #123725

Tints of Cardin Green #123725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 33.64%

R = 16.36%
G = 50%
B = 33.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#123725 (or 0x123725) is known color: Cardin Green. HEX triplet: 12, 37 and 25. RGB value is (18,55,37). Sum of RGB (Red+Green+Blue) = 18+55+37=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #123725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123725 is #EDC8DA. Grayscale: #292929. Windows color (decimal): -15583451 or 2438930. OLE color: 2438930.

HSL color Cylindrical-coordinate representation of color #123725: hue angle of 150.81º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123725 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 37 -
CMYK 0.67 0 0.33 0.78
HSL 150.81º 0.51% 0.14% -
HSV(B) 150.81º 0.67% 0.22% -
XYZ 1.95 2.99 2.23 -
YUV 41.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 18 55 37 0.67 0 0.33 0.78 150.81 0.51 0.14
Hex 12 37 25 43 0 21 4E 97 33 E
Octal 22 67 45 103 0 41 116 227 63 16
Binary 10010 110111 100101 1000011 0 100001 1001110 10010111 110011 1110

Color Harmonies of #123725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123725

Black with #123725

Text Example


Text Example

White with #123725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123725; }

 p { color: rgb(18,55,37); }

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

background-color css

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

 a { background-color: rgb(18,55,37); }

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

border-color css

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

 span { border-color: rgb(18,55,37); }

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