Html Css Color HEX #125923 Crusoe

📋 copy color: '#125923'

red 18 ◦ green 89 ◦ blue 35

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

Shades of Crusoe #125923

Tints of Crusoe #125923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 62.68%

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

R = 12.68%
G = 62.68%
B = 24.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#125923 (or 0x125923) is known color: Crusoe. HEX triplet: 12, 59 and 23. RGB value is (18,89,35). Sum of RGB (Red+Green+Blue) = 18+89+35=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #125923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125923 is #EDA6DC. Grayscale: #3D3D3D. Windows color (decimal): -15574749 or 2316562. OLE color: 2316562.

HSL color Cylindrical-coordinate representation of color #125923: hue angle of 134.37º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125923 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 35 -
CMYK 0.80 0 0.61 0.65
HSL 134.37º 0.66% 0.21% -
HSV(B) 134.37º 0.8% 0.35% -
XYZ 4.13 7.39 2.8 -
YUV 61.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 18 89 35 0.80 0 0.61 0.65 134.37 0.66 0.21
Hex 12 59 23 50 0 3D 41 86 42 15
Octal 22 131 43 120 0 75 101 206 102 25
Binary 10010 1011001 100011 1010000 0 111101 1000001 10000110 1000010 10101

Color Harmonies of #125923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125923

Black with #125923

Text Example


Text Example

White with #125923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125923; }

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

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

background-color css

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

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

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

border-color css

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

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

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