Html Css Color HEX #125C23 Crusoe

📋 copy color: '#125C23'

red 18 ◦ green 92 ◦ blue 35

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

Shades of Crusoe #125C23

Tints of Crusoe #125C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 63.45%

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 12.41%
G = 63.45%
B = 24.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#125C23 (or 0x125C23) is known color: Crusoe. HEX triplet: 12, 5C and 23. RGB value is (18,92,35). Sum of RGB (Red+Green+Blue) = 18+92+35=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #125C23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C23 is #EDA3DC. Grayscale: #3F3F3F. Windows color (decimal): -15573981 or 2317330. OLE color: 2317330.

HSL color Cylindrical-coordinate representation of color #125C23: hue angle of 133.78º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C23 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 35 -
CMYK 0.80 0 0.62 0.64
HSL 133.78º 0.67% 0.22% -
HSV(B) 133.78º 0.8% 0.36% -
XYZ 4.38 7.9 2.88 -
YUV 63.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 18 92 35 0.80 0 0.62 0.64 133.78 0.67 0.22
Hex 12 5C 23 50 0 3E 40 86 43 16
Octal 22 134 43 120 0 76 100 206 103 26
Binary 10010 1011100 100011 1010000 0 111110 1000000 10000110 1000011 10110

Color Harmonies of #125C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C23

Black with #125C23

Text Example


Text Example

White with #125C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125C23; }

 p { color: rgb(18,92,35); }

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

background-color css

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

 a { background-color: rgb(18,92,35); }

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

border-color css

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

 span { border-color: rgb(18,92,35); }

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